glue_delete_table {paws.analytics} | R Documentation |
Removes a table definition from the Data Catalog
Description
Removes a table definition from the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_delete_table/ for full documentation.
Usage
glue_delete_table(CatalogId = NULL, DatabaseName, Name, TransactionId = NULL)
Arguments
CatalogId |
The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default. |
DatabaseName |
[required] The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase. |
Name |
[required] The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase. |
TransactionId |
The transaction ID at which to delete the table contents. |
[Package paws.analytics version 0.7.0 Index]