-
Notifications
You must be signed in to change notification settings - Fork 436
Replacing the feature name "materialized views" with "data acceleration" #576
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
Conversation
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
The changes themselves look good 😄 |
Thanks for the speedy review! Our team wants to provide users with a "comprehensive" script to use our feature with different options as our feature does not have a UI yet. Let me discuss with my team. :) |
Thanks @guodah ! |
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)
The feature "Materialized Views" has been replaced with "Data Acceleration" in the server code, including the rest api schema and urls. This PR is to make the name change in the client side.