This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch beta_async in repository https://gitbox.apache.org/repos/asf/superset.git
commit 4975fc6e00e0595a8825b305b938dd7465e3d04f Author: Maxime Beauchemin <[email protected]> AuthorDate: Thu Oct 31 10:05:35 2024 -0700 docs: make it more clear that GLOBAL_ASYNC_QUERIES is experimental/beta --- superset/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/config.py b/superset/config.py index d19e30a5a5..99b9f7b6d3 100644 --- a/superset/config.py +++ b/superset/config.py @@ -486,6 +486,7 @@ DEFAULT_FEATURE_FLAGS: dict[str, bool] = { "ESCAPE_MARKDOWN_HTML": False, "DASHBOARD_CROSS_FILTERS": True, # deprecated "DASHBOARD_VIRTUALIZATION": True, + # This feature flag is stil in beta and is not recommended for production use. "GLOBAL_ASYNC_QUERIES": False, "EMBEDDED_SUPERSET": False, # Enables Alerts and reports new implementation
