diff --git a/superset/config.py b/superset/config.py index df2fcd4b9e62f..43155366c5ece 100644 --- a/superset/config.py +++ b/superset/config.py @@ -341,6 +341,8 @@ def _try_json_readsha( # pylint: disable=unused-argument "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.