Deletes a volume from the specified parent catalog and schema.
Usage
delete_volume(client, name)
volumesDelete(client, name)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. The three-level (fully qualified) name of 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.