sharing_recipients_create
Creates a Delta Sharing recipient in Unity Catalog to enable data sharing with external organizations using token or Databricks authentication.
Instructions
Create a Delta Sharing recipient
(POST /api/2.1/unity-catalog/recipients).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipient name | |
| comment | No | ||
| authentication_type | No | TOKEN | DATABRICKS | |
| sharing_code | No | For TOKEN recipients: the recipient-provided sharing code | |
| data_recipient_global_metastore_id | No | For DATABRICKS authentication | |
| tokens | No | For TOKEN recipients: optional list of pre-issued tokens |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |