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

Retrieve information from the Superset database directly #190

Open
Vitor-Avila opened this issue Feb 16, 2023 · 0 comments
Open

Retrieve information from the Superset database directly #190

Vitor-Avila opened this issue Feb 16, 2023 · 0 comments

Comments

@Vitor-Avila
Copy link
Contributor

Currently, the CLI uses APIs or even consume HTML pages to retrieve information from Superset (local), to perform a migration. Even though this approach works, it has some limitations (for example #189), and depending on the operation, it can take a long time to execute (for example, to retrieve the assets' uuids it has to export them).

A valid workaround here would be implementing the ability for the CLI to retrieve this information from the Superset DB, instead. User should be able to specify if the information should be retrieved from the application, or from the DB directly (a connection to the DB would be required).

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

1 participant