metastore_summary
Operations on a metastore_summary
resource.
Overview
Name | metastore_summary |
Type | Resource |
Id | databricks_workspace.unitycatalog.metastore_summary |
Fields
Name | Datatype |
---|---|
name | string |
cloud | string |
created_at | integer |
created_by | string |
default_data_access_config_id | string |
delta_sharing_organization_name | string |
delta_sharing_recipient_token_lifetime_in_seconds | integer |
delta_sharing_scope | string |
external_access_enabled | boolean |
global_metastore_id | string |
metastore_id | string |
owner | string |
privilege_model_version | string |
region | string |
storage_root | string |
storage_root_credential_id | string |
storage_root_credential_name | string |
updated_at | integer |
updated_by | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
summary | SELECT | deployment_name | Gets 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 }}';