Skip to main content

recipient_activation_url

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

Overview

Namerecipient_activation_url
TypeResource
Iddatabricks_workspace.deltasharing.recipient_activation_url

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getactivationurlinfoexecdeployment_nameGets an activation URL for a share.

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)

Lifecycle Methods

Gets an activation URL for a share.

EXEC databricks_workspace.deltasharing.recipient_activation_url.getactivationurlinfo 
@deployment_name='{{ deployment_name }}' --required;