Skip to contents

Updates the permissions for a data share in the metastore. The caller must be a metastore admin or an owner of the share.

Usage

update_share_permissions(client, name, changes = NULL)

sharesUpdatePermissions(client, name, changes = NULL)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The name of the share.

changes

Array of permission changes.

Details

For new recipient grants, the user must also be the owner of the recipients. recipient revocations do not require additional privileges.