sharing_shares_update
Update a Delta Sharing share by adding or removing data objects with actions like ADD or REMOVE, and optionally set read-only access.
Instructions
Update a Delta Sharing share
(PATCH /api/2.1/unity-catalog/shares/{name}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Share name | |
| updates | Yes | List of share updates. Each update has shape ``{'action': 'ADD' | 'REMOVE', 'data_object': {...}}`` (and optional ``read_only`` for ADD). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |