db_uc_tables_get | R Documentation |
Get Table (Unity Catalog)
db_uc_tables_get(
catalog,
schema,
table,
omit_columns = TRUE,
omit_properties = TRUE,
omit_username = TRUE,
include_browse = TRUE,
include_delta_metadata = TRUE,
include_manifest_capabilities = FALSE,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
catalog |
Parent catalog of table. |
schema |
Parent schema of table. |
table |
Table name. |
omit_columns |
Whether to omit the columns of the table from the response or not. |
omit_properties |
Whether to omit the properties of the table from the response or not. |
omit_username |
Whether to omit the username of the table (e.g. owner, updated_by, created_by) from the response or not. |
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. |
include_manifest_capabilities |
Whether to include a manifest containing capabilities the table has. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
List
Other Unity Catalog Table Management:
db_uc_tables_delete()
,
db_uc_tables_exists()
,
db_uc_tables_list()
,
db_uc_tables_summaries()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.