db_uc_tables_delete | R Documentation |
Delete Table (Unity Catalog)
db_uc_tables_delete(
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 |
Boolean
Other Unity Catalog Table Management:
db_uc_tables_exists()
,
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.