This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch fix-tags-dashboard
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/fix-tags-dashboard by this
push:
new 18ea52aa7a remove feat flag for charts partiall
18ea52aa7a is described below
commit 18ea52aa7a5824956fabf53e209b6d59f4cebd3b
Author: hughhhh <[email protected]>
AuthorDate: Mon Apr 24 19:12:31 2023 -0400
remove feat flag for charts partiall
---
superset/charts/api.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/superset/charts/api.py b/superset/charts/api.py
index aa6ea5ebe0..d166111f91 100644
--- a/superset/charts/api.py
+++ b/superset/charts/api.py
@@ -144,9 +144,10 @@ class ChartRestApi(BaseSupersetModelRestApi):
"viz_type",
"query_context",
"is_managed_externally",
+ "tags.id",
+ "tags.name",
+ "tags.type",
]
- if is_feature_enabled("TAGGING_SYSTEM"):
- show_columns += ["tags.id", "tags.name", "tags.type"]
show_select_columns = show_columns + ["table.id"]
list_columns = [