databricks-sql-python
databricks-sql-python copied to clipboard
Expose catalog and schema information from the connection string to the query history system table
Request to expose jdbc / sqlalchemy provided catalog / schema properties in query history system table. Currently it lacks this information and it is not clear in a query select * from bla what table is queried.
A simple solution could be to provide append a comment to the query that specified the selected / default catalog and schema based on the connection string.
Hey @bkyryliuk Thanks for reporting this. However, this needs some evaluation on feasibility, and we've taken it up.
Thank you!