mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat(dashboards): Add config to filter implicit tags in list API (#36246)
This commit is contained in:
@@ -148,4 +148,8 @@ CUSTOM_TEMPLATE_PROCESSORS = {
|
||||
}
|
||||
|
||||
PRESERVE_CONTEXT_ON_EXCEPTION = False
|
||||
|
||||
# Dashboard API: Return only custom tags (performance optimization)
|
||||
DASHBOARD_LIST_CUSTOM_TAGS_ONLY = True
|
||||
|
||||
print("Loaded TEST config for INTEGRATION tests")
|
||||
|
||||
Reference in New Issue
Block a user