-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
See more context:
pytester/tests/integration/fixtures/test_catalog.py
Lines 68 to 73 in 9d209d2
| new_table = make_table() | |
| # TODO: tables.get is currently failing with | |
| # databricks.sdk.errors.platform.NotFound: Catalog 'hive_metastore' does not exist. | |
| sql_response = list(sql_backend.fetch(f"DESCRIBE TABLE EXTENDED {new_table.full_name}")) | |
| for row in sql_response: | |
| if row.col_name == "Table Properties": |