You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @kravets-levko correct my understanding.
Currently sqlalchemy (databricks ) package is using show table comand , show columns command to get table ,column details.
Cant we use UC system table(information schema) to fetch these details which will be faster
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 SHOW TABLES behavior. But there's no technical limitation of SQLAlchemy that blocks this manner of implementation.
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: