Skip to main content

metastore_summary

Operations on a metastore_summary resource.

Overview

Namemetastore_summary
TypeResource
Iddatabricks_workspace.unitycatalog.metastore_summary

Fields

NameDatatype
namestring
cloudstring
created_atinteger
created_bystring
default_data_access_config_idstring
delta_sharing_organization_namestring
delta_sharing_recipient_token_lifetime_in_secondsinteger
delta_sharing_scopestring
external_access_enabledboolean
global_metastore_idstring
metastore_idstring
ownerstring
privilege_model_versionstring
regionstring
storage_rootstring
storage_root_credential_idstring
storage_root_credential_namestring
updated_atinteger
updated_bystring

Methods

NameAccessible byRequired ParamsDescription
summarySELECTdeployment_nameGets information about a metastore. This summary includes the storage credential, the cloud vendor, the cloud region, and the global metastore ID.

SELECT examples

SELECT
name,
cloud,
created_at,
created_by,
default_data_access_config_id,
delta_sharing_organization_name,
delta_sharing_recipient_token_lifetime_in_seconds,
delta_sharing_scope,
external_access_enabled,
global_metastore_id,
metastore_id,
owner,
privilege_model_version,
region,
storage_root,
storage_root_credential_id,
storage_root_credential_name,
updated_at,
updated_by
FROM databricks_workspace.unitycatalog.metastore_summary
WHERE deployment_name = '{{ deployment_name }}';