Skip to main content

workspace_assignments

Creates, updates, deletes, gets or lists a workspace_assignments resource.

Overview

Nameworkspace_assignments
TypeResource
Iddatabricks_account.unity_catalog.workspace_assignments

Fields

The following fields are returned by SELECT queries:

The metastore assignments were successfully returned.

NameDatatypeDescription
workspace_idsarray

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectGets 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.

NameDatatypeDescription

SELECT examples

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;