This is an automated email from the ASF dual-hosted git repository.
amitmiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new f0060a6 Native_filter on by default (#16874)
f0060a6 is described below
commit f0060a63c0a7edaddad8f6d2bfa059735cd92253
Author: Junlin Chen <[email protected]>
AuthorDate: Sat Oct 2 08:58:59 2021 -0700
Native_filter on by default (#16874)
---
superset/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/config.py b/superset/config.py
index 8030351..7f50458 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -369,7 +369,7 @@ DEFAULT_FEATURE_FLAGS: Dict[str, bool] = {
"DISPLAY_MARKDOWN_HTML": True,
# When True, this escapes HTML (rather than rendering it) in Markdown
components
"ESCAPE_MARKDOWN_HTML": False,
- "DASHBOARD_NATIVE_FILTERS": False,
+ "DASHBOARD_NATIVE_FILTERS": True,
"DASHBOARD_CROSS_FILTERS": False,
"DASHBOARD_NATIVE_FILTERS_SET": False,
"DASHBOARD_FILTERS_EXPERIMENTAL": False,