mirror of
https://github.com/apache/superset.git
synced 2026-05-25 09:45:18 +00:00
docs: Update documentation link for ENABLE_SUPERSET_META_DB (#40076)
Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
2
docs/static/feature-flags.json
vendored
2
docs/static/feature-flags.json
vendored
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user