mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(celery cache warmup): add auth and use warm_up_cache endpoint (#21076)
(cherry picked from commit 04dd8d414d)
This commit is contained in:
@@ -66,6 +66,8 @@ FEATURE_FLAGS = {
|
||||
"DASHBOARD_NATIVE_FILTERS": True,
|
||||
}
|
||||
|
||||
WEBDRIVER_BASEURL = "http://0.0.0.0:8081/"
|
||||
|
||||
|
||||
def GET_FEATURE_FLAGS_FUNC(ff):
|
||||
ff_copy = copy(ff)
|
||||
|
||||
Reference in New Issue
Block a user