Catalog#

Unity Catalog#

Interface with Unity catalogs.

Catalog(workspace_url, *[, bearer_token])

Unity catalog client.

Catalog.list_catalogs()

List the available catalogs.

Catalog.list_schemas(catalog_name)

List the available schemas under the specified catalog.

Catalog.list_tables(catalog_name, schema_name)

List the available tables under the specified schema.

Catalog.get_table_info(catalog_name, ...)

Retrieve the metadata of the specified table.

Catalog.scan_table(catalog_name, ...[, ...])

Retrieve the metadata of the specified table.