Skip to content
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

Closed
3 tasks done
actuo opened this issue Oct 4, 2023 · 5 comments
Closed
3 tasks done

the feature 'Querying across databases' doesn't work #25522

actuo opened this issue Oct 4, 2023 · 5 comments

Comments

@actuo
Copy link

actuo commented Oct 4, 2023

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):

  • browser type and version: chrome Version 117.0.5938.132
  • superset version: 3.0.0
  • python version: 3.9.6
  • node.js version: v16.20.2
  • any feature flags active:ENABLE_SUPERSET_META_DB= True ,WTF_CSRF_ENABLED = True

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

Add any other context about the problem here.

@ozbillwang
Copy link

ozbillwang commented Nov 4, 2023

Someone mentioned in Slack that it will be released in version 3.1.0, but we are uncertain about the release date.

https://apache-superset.slack.com/archives/C016B3LG5B4/p1696459438961999

image

@PierrickVoulet
Copy link

I confirm I can see the Superset Meta DB type in 3.1.0 version

@nevotheless
Copy link

I'm using 3.1.0 as well, and tried setting ENABLE_SUPERSET_META_DB to True inside the superset_config.py, saved the secret restarted my deployment, pods getting recreated but i don't see it.

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.

@rusackas
Copy link
Member

rusackas commented Feb 9, 2024

Just opened a PR to add the feature flag to the relevant page:
#27071
@betodealmeida feel free to categorize that if you'd like :)

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 #deploying-superset channel on Superset Slack

@rusackas rusackas closed this as completed Feb 9, 2024
@GauravJain98
Copy link

@nevotheless i found this issue and fixed this bug later this might help you
https://superset.apache.org/docs/installation/running-on-kubernetes/#superset_configpy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants