Skip to contents

Creates a new share for data objects. Data objects can be added after creation with update. The caller must be a metastore admin or have the CREATE_SHARE privilege on the metastore.

Usage

create_share(client, name, comment = NULL)

sharesCreate(client, name, comment = NULL)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. Name of the share.

comment

User-provided free-form text description.