List Tables (Unity Catalog)
db_uc_tables_list(
catalog,
schema,
max_results = 50,
omit_columns = TRUE,
omit_properties = TRUE,
omit_username = TRUE,
include_browse = TRUE,
include_delta_metadata = FALSE,
include_manifest_capabilities = FALSE,
page_token = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
List
Name of parent catalog for tables of interest.
Parent schema of tables.
Maximum number of tables to return (default: 50, max: 50).
Whether to omit the columns of the table from the response or not.
Whether to omit the properties of the table from the response or not.
Whether to omit the username of the table (e.g. owner, updated_by, created_by) from the response or not.
Whether to include tables in the response for which the principal can only access selective metadata for.
Whether delta metadata should be included in the response.
Whether to include a manifest containing capabilities the table has.
Opaque token used to get the next page of results. Optional.
Databricks workspace URL, defaults to calling db_host()
.
Databricks workspace token, defaults to calling db_token()
.
If TRUE
(default) the request is performed, if
FALSE
the httr2 request is returned without being performed.
Other Unity Catalog Table Management:
db_uc_tables_delete()
,
db_uc_tables_exists()
,
db_uc_tables_get()
,
db_uc_tables_summaries()