-
Notifications
You must be signed in to change notification settings - Fork 436
Adding DataAccelerationReport end point and item #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add support for materializeViews as schedule and task type (tableau#542)
Development
Receiving warnings in schedule creation (tableau#550)
Development
…ation replace materialized views with data acceleration
…ation made changes in tests
Replacing the feature name "materialized views" with "data accelerati…
Add additional fields to data acceleration config (tableau#588)
add acceleration report endpoint
shinchris
reviewed
Apr 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the version, looks good 🚀
tableauserverclient/server/endpoint/data_acceleration_report_endpoint.py
Show resolved
Hide resolved
This was referenced May 1, 2020
Merged
shinchris
pushed a commit
that referenced
this pull request
May 1, 2020
Merge development into master for v0.11 release v0.11 (1 May 2020) -Added more fields to Data Acceleration config (#588) -Added OpenID as an auth setting enum (#610) -Added support for Data Acceleration Reports (#596) -Added support for view permissions (#526) -Materialized views changed to Data Acceleration (#576) -Improved consistency across workbook/datasource endpoints (#570) -Fixed print error in update_connection.py (#602) -Fixed log error in add user endpoint (#608)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
On the server side, a new end point dataAccelerationReport has been added. It returns the page loading time before and after certain sheets were accelerated. It will only show such comparison for pages that are accelerated AND loaded by users.
This PR contains the corresponding changes on the client side.