-
Notifications
You must be signed in to change notification settings - Fork 99
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
Databricks-sqlalchemy-Use System tables to fetch metadata #451
Comments
Hi @SomanathSankara! Sorry, but I don't think I understand what the question is. Can you please elaborate it a bit? |
hi @kravets-levko correct my understanding. |
Adding some signal here: yes the system tables can be used to reflect the database schema. This would require Unity Catalog on the target instance, so it would be good to maintain a fallback to the existing |
Hi all. I was looking at potentially implementing this and submitting a PR. For some background, I'm running into an issue using alembic to manage migrations for Databricks and if the schema does not exist, alembic throws an error because it's passing through the error from I had a couple comments/questions:
|
Current Databricks Sql Alchemy uses describe command/show schema/table to get metadata
Can we use system tables to get metadata
The text was updated successfully, but these errors were encountered: