Check Table Exists (Unity Catalog)
db_uc_tables_exists(
catalog,
schema,
table,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
List with fields table_exists
and supports_foreign_metadata_update
Parent catalog of table.
Parent schema of table.
Table name.
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_get()
,
db_uc_tables_list()
,
db_uc_tables_summaries()