sfirke commented on code in PR #39888:
URL: https://github.com/apache/superset/pull/39888#discussion_r3960028080
##########
superset/config.py:
##########
@@ -799,6 +796,9 @@ class D3TimeFormat(TypedDict, total=False):
# @lifecycle: testing
# @docs: https://superset.apache.org/docs/configuration/setup-ssh-tunneling
"SSH_TUNNELING": False,
+ # Enables the tagging system for organizing assets
+ # @lifecycle: testing
+ "TAGGING_SYSTEM": True,
Review Comment:
Good call, I addressed this by adding an explicit check of the feature flag
for each tagging listener operation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]