Skip to content

Commit

Permalink
docs: make it more clear that GLOBAL_ASYNC_QUERIES is experimental/be…
Browse files Browse the repository at this point in the history
…ta (apache#30770)
  • Loading branch information
mistercrunch authored Nov 9, 2024
1 parent 0af124e commit a1f86ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ class D3TimeFormat(TypedDict, total=False):
"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
Expand Down

0 comments on commit a1f86ba

Please sign in to comment.