-
Notifications
You must be signed in to change notification settings - Fork 436
Add additional fields to data acceleration config #588
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
shinchris
merged 19 commits into
tableau:development
from
guodah:add-additional_fields_to_data_acceleration_Config
Mar 26, 2020
Merged
Add additional fields to data acceleration config #588
shinchris
merged 19 commits into
tableau:development
from
guodah:add-additional_fields_to_data_acceleration_Config
Mar 26, 2020
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…
🚀 |
guodah
added a commit
to guodah/server-client-python
that referenced
this pull request
Apr 6, 2020
Add additional fields to data acceleration config (tableau#588)
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.
Here are the changes in this PR
Adding last_updated_at and acceleration_status to data_acceleration_config in WorkbookItem. The corresponding changes have been made at the server side. This is the main change.
Adding an Operator "Has" in RequestOptions. This operator is already supported (https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_filtering_and_sorting.htm).
Fixing the unit test test_update in test_workbook.