-
Notifications
You must be signed in to change notification settings - Fork 14k
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
Add an endpoint to warm up the cache. #1021
Labels
airbnb
Airbnb related
enhancement:request
Enhancement request submitted by anyone from the community
Comments
bkyryliuk
added
enhancement:request
Enhancement request submitted by anyone from the community
airbnb
Airbnb related
labels
Aug 26, 2016
I'd like to remove all references to I think it's just a matter of passing the cache_timeout as its own argument, or bundling it along with the rest of form_data |
This was referenced Sep 3, 2016
This was referenced Apr 30, 2021
[Snyk] Upgrade @superset-ui/plugin-chart-table from 0.15.10 to 0.17.30
edmooney/incubator-superset#3
Open
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
* feat: extra_jwt support to be used in dashboard_rbac for BE validation of data-access based on dashboard access * test: extra_jwt existence * chore: extra_jwt in BaseFormData * fix: add missing ff to enum * fix: missing : * chore: add extra_jwt to QueryContext * Update QueryFormData.ts * Update buildQueryContext.ts * Update buildQueryContext.test.ts * fix: text * Update Query.ts * Update QueryFormData.ts
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
* feat: extra_jwt support to be used in dashboard_rbac for BE validation of data-access based on dashboard access * test: extra_jwt existence * chore: extra_jwt in BaseFormData * fix: add missing ff to enum * fix: missing : * chore: add extra_jwt to QueryContext * Update QueryFormData.ts * Update buildQueryContext.ts * Update buildQueryContext.test.ts * fix: text * Update Query.ts * Update QueryFormData.ts
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
* feat: extra_jwt support to be used in dashboard_rbac for BE validation of data-access based on dashboard access * test: extra_jwt existence * chore: extra_jwt in BaseFormData * fix: add missing ff to enum * fix: missing : * chore: add extra_jwt to QueryContext * Update QueryFormData.ts * Update buildQueryContext.ts * Update buildQueryContext.test.ts * fix: text * Update Query.ts * Update QueryFormData.ts
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
* feat: extra_jwt support to be used in dashboard_rbac for BE validation of data-access based on dashboard access * test: extra_jwt existence * chore: extra_jwt in BaseFormData * fix: add missing ff to enum * fix: missing : * chore: add extra_jwt to QueryContext * Update QueryFormData.ts * Update buildQueryContext.ts * Update buildQueryContext.test.ts * fix: text * Update Query.ts * Update QueryFormData.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
airbnb
Airbnb related
enhancement:request
Enhancement request submitted by anyone from the community
The api would receive the dashboard id and warm up the cache.
get_viz
to theSlice
and refactore the explore endpoint to use itwarmup_cache_dashboard/<dashboard_id>
endpoint for the dashboardwarmup_cache_table/<table_id>
endpoint for the tableThe viz creation should look like this in the explore view:
Cache update for the dashboard:
similarly for a table
Cache update for the dashboard:
The text was updated successfully, but these errors were encountered: