provider_shares
Creates, updates, deletes, gets or lists a provider_shares
resource.
Overview
Name | provider_shares |
Type | Resource |
Id | databricks_workspace.deltasharing.provider_shares |
Fields
The following fields are returned by SELECT
queries:
- listshares
The provider shares list was successfully retrieved.
Name | Datatype | Description |
---|---|---|
name | string |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
listshares | select | deployment_name | Gets 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.
Name | Datatype | Description |
---|---|---|
deployment_name | string | The Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc) |
SELECT
examples
- listshares
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;