Skip to content

[TODO] schemas.get is currently failing with #76

@nfx

Description

@nfx

See more context:

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":

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions