Skip to content

Commit

Permalink
Native_filter on by default (apache#16874)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlincc authored Oct 2, 2021
1 parent 0bea2a4 commit ee21a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]:
"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,
Expand Down

0 comments on commit ee21a8c

Please sign in to comment.