Skip to main content

table_summaries

Operations on a table_summaries resource.

Overview

Nametable_summaries
TypeResource
Iddatabricks_workspace.unitycatalog.table_summaries

Fields

NameDatatype
full_namestring
table_typestring

Methods

NameAccessible byRequired ParamsDescription
listsummariesSELECTcatalog_name, deployment_nameGets an array of summaries for tables for a schema and catalog within the metastore. The table summaries returned are either:

SELECT examples

SELECT
full_name,
table_type
FROM databricks_workspace.unitycatalog.table_summaries
WHERE catalog_name = '{{ catalog_name }}' AND
deployment_name = '{{ deployment_name }}';