Skip to contents

Gets a volume from the metastore for a specific catalog and schema.

Usage

read_volume(client, name, include_browse = NULL)

volumesRead(client, name, include_browse = NULL)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The three-level (fully qualified) name of the volume.

include_browse

Whether to include volumes in the response for which the principal can only access selective metadata for.

Details

The caller must be a metastore admin or an owner of (or have the READ VOLUME privilege on) 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.