databricks_sql_warehouses Data Source

Retrieves a list of databricks_sql_endpoint ids, that were created by Terraform or manually.

Example Usage

Retrieve IDs for all SQL warehouses:

data "databricks_sql_warehouses" "all" {
}

Retrieve IDs for all clusters having "Shared" in the warehouse name:

data "databricks_sql_warehouses" "all_shared" {
  warehouse_name_contains = "shared"
}

Argument Reference

Attribute Reference

This data source exports the following attributes:

The following resources are often used in the same context: