Skip to main content

provider_shares

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

Overview

Nameprovider_shares
TypeResource
Iddatabricks_workspace.deltasharing.provider_shares

Fields

The following fields are returned by SELECT queries:

The provider shares list was successfully retrieved.

NameDatatypeDescription
namestring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listsharesselectdeployment_nameGets an array of a specified provider's shares within the metastore where:

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
deployment_namestringThe Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc)

SELECT examples

Gets an array of a specified provider's shares within the metastore where:

SELECT
name
FROM databricks_workspace.deltasharing.provider_shares
WHERE deployment_name = '{{ deployment_name }}' -- required;