Skip to main content

recipient_activation

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

Overview

Namerecipient_activation
TypeResource
Iddatabricks_workspace.sharing.recipient_activation

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
get_urlexecactivation_url, deployment_nameGets an activation URL for a share.
retrieve_tokenexecactivation_url, deployment_nameRetrieve access token with an activation url. This is a public API without any authentication.

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
activation_urlstringThe one time activation url. It also accepts activation token.
deployment_namestringThe Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc)

Lifecycle Methods

Gets an activation URL for a share.

EXEC databricks_workspace.sharing.recipient_activation.get_url 
@activation_url='{{ activation_url }}' --required,
@deployment_name='{{ deployment_name }}' --required
;