This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch meta-db-link-fix
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 4473cf1b1ff505f65df407d916a68d52506ddc29
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue May 12 13:15:14 2026 -0700

    Update documentation link for ENABLE_SUPERSET_META_DB
---
 superset/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/config.py b/superset/config.py
index 30de5fa4f34..ae63d828c83 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -643,7 +643,7 @@ DEFAULT_FEATURE_FLAGS: dict[str, bool] = {
     # Experimental with potential security/performance risks.
     # See SUPERSET_META_DB_LIMIT.
     # @lifecycle: testing
-    # @docs: 
https://superset.apache.org/docs/configuration/databases/#querying-across-databases
+    # @docs: 
https://superset.apache.org/user-docs/databases/supported/superset-meta-database
     "ENABLE_SUPERSET_META_DB": False,
     # Enable query cost estimation. Supported in Presto, Postgres, and 
BigQuery.
     # Requires `cost_estimate_enabled: true` in database `extra` attribute.

Reply via email to