sharing_providers_create
Create a Delta Sharing provider to share data securely with other organizations using Unity Catalog.
Instructions
Create a Delta Sharing provider
(POST /api/2.1/unity-catalog/providers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Provider name | |
| recipient_profile_str | No | Recipient profile JSON serialized as a string | |
| comment | No | ||
| authentication_type | No | TOKEN | DATABRICKS | |
| data_recipient_global_metastore_id | No | Required for DATABRICKS authentication |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |