-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the feature 'Querying across databases' doesn't work #25522
Comments
Someone mentioned in Slack that it will be released in version https://apache-superset.slack.com/archives/C016B3LG5B4/p1696459438961999 |
I confirm I can see the Superset Meta DB type in 3.1.0 version |
I'm using There's also no mention of that feature on the supported feature flag documentation page and know i don't really know where to set the feature flag instead. |
Just opened a PR to add the feature flag to the relevant page: The feature is indeed in 3.1 (see changelog here) so that's not what @nevotheless is up against. I'm closing this issue because the issue as-reported (not being in 3.0.0) isn't relevant. Questions about its existence in 3.1 have been addressed. Getting into the intricacies of why a particular deployment isn't updating should be filed as a new/separate issue, or taken to the |
@nevotheless i found this issue and fixed this bug later this might help you |
following the documentation to enable meta database and can't find database of type "Superset meta database" in add new database window. the feature flag (ENABLE_SUPERSET_META_DB )mentioned in documentation can not be found in https://github.com/apache/superset/blob/master/RESOURCES/FEATURE_FLAGS.md.
How to reproduce the bug
set the ENABLE_SUPERSET_META_DB feature flag to true
add a new database of type "Superset meta database" with the SQLAlchemy URI "superset://".
Expected results
the database of type "Superset meta database" shows at available database list in add database windows
what you expected to happen.
Actual results
No such type of database shows
Screenshots
Environment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: