This is an automated email from the ASF dual-hosted git repository.
justinpark pushed a commit to branch 5.0-extensions
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/5.0-extensions by this push:
new 677e440a945 remove duplicated configs
677e440a945 is described below
commit 677e440a945f4d2a1511554180597bd427e18b1b
Author: justinpark <[email protected]>
AuthorDate: Tue Feb 3 13:38:30 2026 -0800
remove duplicated configs
---
superset/config.py | 27 ++-------------------------
1 file changed, 2 insertions(+), 25 deletions(-)
diff --git a/superset/config.py b/superset/config.py
index 3e394c943fe..a7eb81e19fa 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -488,6 +488,8 @@ DEFAULT_FEATURE_FLAGS: dict[str, bool] = {
# When True, this escapes HTML (rather than rendering it) in Markdown
components
"ESCAPE_MARKDOWN_HTML": False,
"DASHBOARD_VIRTUALIZATION": True,
+ # Supports simultaneous data and dashboard virtualization for backend
performance
+ "DASHBOARD_VIRTUALIZATION_DEFER_DATA": False,
# This feature flag is stil in beta and is not recommended for production
use.
"GLOBAL_ASYNC_QUERIES": False,
"EMBEDDED_SUPERSET": False,
@@ -521,31 +523,6 @@ DEFAULT_FEATURE_FLAGS: dict[str, bool] = {
"CACHE_IMPERSONATION": False,
# Enable caching per user key for Superset cache (not database cache
impersonation)
"CACHE_QUERY_BY_USER": False,
- # Enables CSS Templates in Settings menu and dashboard forms
- # @lifecycle: stable
- # @category: runtime_config
- "CSS_TEMPLATES": True,
- # Role-based access control for dashboards
- # @lifecycle: stable
- # @category: runtime_config
- # @docs:
https://superset.apache.org/docs/using-superset/creating-your-first-dashboard
- "DASHBOARD_RBAC": False,
- # Supports simultaneous data and dashboard virtualization for backend
performance
- # @lifecycle: stable
- # @category: runtime_config
- "DASHBOARD_VIRTUALIZATION_DEFER_DATA": False,
- # Data panel closed by default in chart builder
- # @lifecycle: stable
- # @category: runtime_config
- "DATAPANEL_CLOSED_BY_DEFAULT": False,
- # Enable drill-by functionality in charts
- # @lifecycle: stable
- # @category: runtime_config
- "DRILL_BY": True,
- # Enable Druid JOINs (requires Druid version with JOIN support)
- # @lifecycle: stable
- # @category: runtime_config
- "DRUID_JOINS": False,
# Enable sharing charts with embedding
"EMBEDDABLE_CHARTS": True,
"DRILL_TO_DETAIL": True, # deprecated