glue_create_table {paws.analytics} | R Documentation |
Creates a new table definition in the Data Catalog
Description
Creates a new table definition in the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_create_table/ for full documentation.
Usage
glue_create_table(
CatalogId = NULL,
DatabaseName,
TableInput,
PartitionIndexes = NULL,
TransactionId = NULL,
OpenTableFormatInput = NULL
)
Arguments
CatalogId |
The ID of the Data Catalog in which to create the |
DatabaseName |
[required] The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase. |
TableInput |
[required] The |
PartitionIndexes |
A list of partition indexes, |
TransactionId |
The ID of the transaction. |
OpenTableFormatInput |
Specifies an |
[Package paws.analytics version 0.7.0 Index]