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:35 UTC

[superset] branch chore/missing_ff created (now 8fe89ec)

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

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


      at 8fe89ec  chore: add DASHBOARD_FILTERS_EXPERIMENTAL ff to BE default value

This branch includes the following new commits:

     new 8fe89ec  chore: add DASHBOARD_FILTERS_EXPERIMENTAL ff to BE default value

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by am...@apache.org.
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