Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.32 KB

File metadata and controls

35 lines (22 loc) · 1.32 KB
subcategory
Unity Catalog

databricks_catalogs Data Source

-> Note This data source can only be used with a workspace-level provider!

-> Note If you have a fully automated setup with workspaces created by databricks_mws_workspaces or azurerm_databricks_workspace, please make sure to add depends_on attribute in order to prevent default auth: cannot configure default credentials errors.

Retrieves a list of databricks_catalog ids, that were created by Terraform or manually, so that special handling could be applied.

Example Usage

Listing all catalogs:

data "databricks_catalogs" "all" {}

output "all_catalogs" {
  value = data.databricks_catalogs.all
}

Attribute Reference

This data source exports the following attributes:

Related Resources

The following resources are used in the same context: