You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/03/19 23:28:06 UTC

(superset) branch 4-0-release-notes updated: Tagging system paragraph, take 1.

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

rusackas pushed a commit to branch 4-0-release-notes
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/4-0-release-notes by this push:
     new bab7a5088b Tagging system paragraph, take 1.
bab7a5088b is described below

commit bab7a5088bee54effe0628d024a56fbfaaf4af04
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Tue Mar 19 17:27:55 2024 -0600

    Tagging system paragraph, take 1.
---
 RELEASING/release-notes-4-0/README.md | 2 +-
 superset/config.py                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASING/release-notes-4-0/README.md b/RELEASING/release-notes-4-0/README.md
index dd5bf66413..65b2e904b5 100644
--- a/RELEASING/release-notes-4-0/README.md
+++ b/RELEASING/release-notes-4-0/README.md
@@ -39,7 +39,7 @@ The Alerts and Reports modal has been [redesigned](https://github.com/apache/sup
 
 ### Tags
 
-TODO @rusackas
+While the 3.1 release contained an early ("beta") version of the content tagging system via the `TAGGING_SYSTEM` feature flag, 4.0 takes it to a much more production-ready state, with improved UX/UI, and further testing/hardening. We expect that this feature flag will be enabled and subsequently removed in upcoming major releases. Many Superset deployments are already using and enjoying this new means of organizing thier content in production environments. We look forward to feedback as  [...]
 
 ### New CHANGELOG format
 
diff --git a/superset/config.py b/superset/config.py
index 197e4bac42..cae0e0dbac 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -420,7 +420,7 @@ DEFAULT_FEATURE_FLAGS: dict[str, bool] = {
     # Exposes API endpoint to compute thumbnails
     "THUMBNAILS": 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 escapes HTML (rather than rendering it) in Markdown components