Creates a new table definition in the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_create_table/ for full documentation.
glue_create_table(
CatalogId = NULL,
DatabaseName,
TableInput,
PartitionIndexes = NULL,
TransactionId = NULL
)
The ID of the Data Catalog in which to create the Table
. If none is
supplied, the Amazon Web Services account ID is used by default.
[required] The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.
[required] The TableInput
object that defines the metadata table to create in the
catalog.
A list of partition indexes, PartitionIndex
structures, to create in
the table.
The ID of the transaction.