From a1f86baab2fc9e0632df80ffcc76a3bd2e38bbd1 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 8 Nov 2024 16:34:49 -0800 Subject: [PATCH] docs: make it more clear that GLOBAL_ASYNC_QUERIES is experimental/beta (#30770) --- superset/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/config.py b/superset/config.py index 354e60c57..ccb7c217e 100644 --- a/superset/config.py +++ b/superset/config.py @@ -494,6 +494,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