From 8205ea53abd3743a79476b16999f5e2ba04f3610 Mon Sep 17 00:00:00 2001 From: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Date: Mon, 28 Jun 2021 12:56:43 +0300 Subject: [PATCH] chore: add DASHBOARD_FILTERS_EXPERIMENTAL ff to BE default value (#15417) --- superset/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/config.py b/superset/config.py index 776270f7e..acae682d9 100644 --- a/superset/config.py +++ b/superset/config.py @@ -361,6 +361,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