This is an automated email from the ASF dual-hosted git repository. sfirke pushed a commit to branch add-docs-link-to-superset-meta-db-feature in repository https://gitbox.apache.org/repos/asf/superset.git
commit dab818204d10ecd3298ade59a4c603e2fd72ac25 Author: Sam Firke <[email protected]> AuthorDate: Fri May 10 14:17:19 2024 -0400 fix(docs): add missing link to meta-cross-db feature flag docs --- RESOURCES/FEATURE_FLAGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RESOURCES/FEATURE_FLAGS.md b/RESOURCES/FEATURE_FLAGS.md index 1cce8f3e88..a8796084fb 100644 --- a/RESOURCES/FEATURE_FLAGS.md +++ b/RESOURCES/FEATURE_FLAGS.md @@ -46,7 +46,7 @@ These features are **finished** but currently being tested. They are usable, but - CONFIRM_DASHBOARD_DIFF - DRILL_TO_DETAIL - DYNAMIC_PLUGINS: [(docs)](https://superset.apache.org/docs/configuration/running-on-kubernetes) -- ENABLE_SUPERSET_META_DB: [(docs)]() +- ENABLE_SUPERSET_META_DB: [(docs)](https://superset.apache.org/docs/configuration/databases/#querying-across-databases) - ESTIMATE_QUERY_COST - GLOBAL_ASYNC_QUERIES [(docs)](https://github.com/apache/superset/blob/master/CONTRIBUTING.md#async-chart-queries) - HORIZONTAL_FILTER_BAR
