-
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 78 to 83 in 9d209d2
| new_schema = make_schema() | |
| # TODO: schemas.get is currently failing with | |
| # databricks.sdk.errors.platform.NotFound: Catalog 'hive_metastore' does not exist. | |
| sql_response = list(sql_backend.fetch(f"DESCRIBE SCHEMA EXTENDED {new_schema.full_name}")) | |
| for row in sql_response: | |
| if row.database_description_item == "Properties": |