db_uc_tables_summaries | R Documentation |
List Table Summaries (Unity Catalog)
db_uc_tables_summaries(
catalog,
schema_name_pattern = NULL,
table_name_pattern = NULL,
max_results = 10000,
include_manifest_capabilities = FALSE,
page_token = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
catalog |
Name of parent catalog for tables of interest. |
schema_name_pattern |
A sql |
table_name_pattern |
A sql |
max_results |
Maximum number of summaries for tables to return (default: 10000, max: 10000). If not set, the page length is set to a server configured value. |
include_manifest_capabilities |
Whether to include a manifest containing capabilities the table has. |
page_token |
Opaque token used to get the next page of results. Optional. |
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_get()
,
db_uc_tables_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.