Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.45 KB

File metadata and controls

39 lines (25 loc) · 1.45 KB
subcategory
Unity Catalog

databricks_schemas Data Source

-> 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 authentication is not configured for provider errors.

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

Example Usage

Listing all schemas in a sandbox databricks_catalog:

data "databricks_schemas" "sandbox" {
  catalog_name = "sandbox"
}

output "all_sandbox_schemas" {
  value = data.databricks_schemas.sandbox
}

Argument Reference

Attribute Reference

This data source exports the following attributes:

Related Resources

The following resources are used in the same context: