db_uc_tables_exists | R Documentation |
Check Table Exists (Unity Catalog)
db_uc_tables_exists(
catalog,
schema,
table,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
catalog |
Parent catalog of table. |
schema |
Parent schema of table. |
table |
Table name. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
List with fields table_exists
and supports_foreign_metadata_update
Other Unity Catalog Table Management:
db_uc_tables_delete()
,
db_uc_tables_get()
,
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.