From 3f3a2ad7ccdb299016ec4f04fa1b8d2075136607 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Thu, 14 Jan 2021 16:45:59 -0500 Subject: [PATCH] fix: Add Omnibar Feature Flag (#12182) * Update config.py * Update config.py --- superset/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset/config.py b/superset/config.py index df2fcd4b9..43155366c 100644 --- a/superset/config.py +++ b/superset/config.py @@ -341,6 +341,8 @@ DEFAULT_FEATURE_FLAGS: Dict[str, bool] = { "ROW_LEVEL_SECURITY": False, # Enables Alerts and reports new implementation "ALERT_REPORTS": False, + # Enable experimental feature to search for other dashboards + "OMNIBAR": False, } # Set the default view to card/grid view if thumbnail support is enabled.