workspace_assignments
Creates, updates, deletes, gets or lists a workspace_assignments
resource.
Overview
Name | workspace_assignments |
Type | Resource |
Id | databricks_account.unity_catalog.workspace_assignments |
Fields
The following fields are returned by SELECT
queries:
- list
The metastore assignments were successfully returned.
Name | Datatype | Description |
---|---|---|
workspace_ids | array |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | Gets a list of all Databricks workspace IDs that have been assigned to given metastore. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- list
Gets a list of all Databricks workspace IDs that have been assigned to given metastore.
SELECT
workspace_ids
FROM databricks_account.unity_catalog.workspace_assignments;