databricks_current_metastore Data Source

Retrieves information about metastore attached to a given workspace.

Example Usage

MetastoreSummary response for a metastore attached to the current workspace.

data "databricks_current_metastore" "this" {
}

output "some_metastore" {
  value = data.databricks_current_metastore.this.metastore_info[0]
}

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: