You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by am...@apache.org on 2021/06/28 08:36:36 UTC

[superset] 01/01: chore: add DASHBOARD_FILTERS_EXPERIMENTAL ff to BE default value

This is an automated email from the ASF dual-hosted git repository.

amitmiran pushed a commit to branch chore/missing_ff
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 8fe89ec3fb56b40651f777a0deca9921a682f4c3
Author: amitmiran137 <am...@nielsen.com>
AuthorDate: Mon Jun 28 11:35:35 2021 +0300

    chore: add DASHBOARD_FILTERS_EXPERIMENTAL ff to BE default value
---
 superset/config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/config.py b/superset/config.py
index 776270f..acae682 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