Get a table.
get_table.Rd
Gets a table from the metastore for a specific catalog and schema. The caller must satisfy one of the following requirements: * Be a metastore admin * Be the owner of the parent catalog * Be the owner of the parent schema and have the USE_CATALOG privilege on the parent catalog * Have the USE_CATALOG privilege on the parent catalog and the USE_SCHEMA privilege on the parent schema, and either be the table owner or have the SELECT privilege on the table.
Usage
get_table(
client,
full_name,
include_browse = NULL,
include_delta_metadata = NULL
)
tablesGet(
client,
full_name,
include_browse = NULL,
include_delta_metadata = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- full_name
Required. Full name of the table.
- include_browse
Whether to include tables in the response for which the principal can only access selective metadata for.
- include_delta_metadata
Whether delta metadata should be included in the response.