This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch test-tagging-2 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 9e0b0e92b871d28c7dbd142d6f8c700ed4aafdf3 Author: hughhhh <[email protected]> AuthorDate: Wed Mar 29 15:29:32 2023 -0400 make tagging true --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index c9234e521d..dcca1f46c5 100644 --- a/superset/config.py +++ b/superset/config.py @@ -425,7 +425,7 @@ DEFAULT_FEATURE_FLAGS: Dict[str, bool] = { "DASHBOARD_CACHE": False, "REMOVE_SLICE_LEVEL_LABEL_COLORS": False, "SHARE_QUERIES_VIA_KV_STORE": False, - "TAGGING_SYSTEM": False, + "TAGGING_SYSTEM": True, "SQLLAB_BACKEND_PERSISTENCE": True, "LISTVIEWS_DEFAULT_CARD_VIEW": False, # When True, this flag allows display of HTML tags in Markdown components
