Update a Volume.
update_volume.Rd
Updates the specified volume under the specified parent catalog and schema.
Usage
update_volume(client, name, comment = NULL, new_name = NULL, owner = NULL)
volumesUpdate(client, name, comment = NULL, new_name = NULL, owner = NULL)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. The three-level (fully qualified) name of the volume.
- comment
The comment attached to the volume.
- new_name
New name for the volume.
- owner
The identifier of the user who owns the volume.
Details
The caller must be a metastore admin or an owner of the volume. For the latter case, the caller must also be the owner or have the USE_CATALOG privilege on the parent catalog and the USE_SCHEMA privilege on the parent schema.
Currently only the name, the owner or the comment of the volume could be updated.