Delete Table (Unity Catalog)
db_uc_tables_delete(
catalog,
schema,
table,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Boolean
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_exists()
,
db_uc_tables_get()
,
db_uc_tables_list()
,
db_uc_tables_summaries()