This is an automated email from the ASF dual-hosted git repository. amitmiran pushed a commit to branch 1.3 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 83d7ae731f23b64cd0c5f62877fb5052a71d7ace Author: Amit Miran <[email protected]> AuthorDate: Mon Jun 28 12:56:43 2021 +0300 chore: add DASHBOARD_FILTERS_EXPERIMENTAL ff to BE default value (#15417) (cherry picked from commit 8205ea53abd3743a79476b16999f5e2ba04f3610) --- superset/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/config.py b/superset/config.py index 0687797..56eeccb 100644 --- a/superset/config.py +++ b/superset/config.py @@ -360,6 +360,7 @@ DEFAULT_FEATURE_FLAGS: Dict[str, bool] = { "DASHBOARD_NATIVE_FILTERS": False, "DASHBOARD_CROSS_FILTERS": False, "DASHBOARD_NATIVE_FILTERS_SET": False, + "DASHBOARD_FILTERS_EXPERIMENTAL": False, "GLOBAL_ASYNC_QUERIES": False, "VERSIONED_EXPORT": False, # Note that: RowLevelSecurityFilter is only given by default to the Admin role
