docs: Update documentation link for ENABLE_SUPERSET_META_DB (#40076)

Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-05-12 20:39:39 -07:00
committed by GitHub
parent 0d9ecb7664
commit e2a8a88d36
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@
"default": false,
"lifecycle": "testing",
"description": "Allows users to add a superset:// DB that can query across databases. Experimental with potential security/performance risks. See SUPERSET_META_DB_LIMIT.",
"docs": "https://superset.apache.org/docs/configuration/databases/#querying-across-databases"
"docs": "https://superset.apache.org/user-docs/databases/supported/superset-meta-database"
},
{
"name": "ESTIMATE_QUERY_COST",

View File

@@ -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.