
Last chance! 50% off unlimited learning
Sale ends in
Creates a new partition.
See https://www.paws-r-sdk.com/docs/glue_create_partition/ for full documentation.
glue_create_partition(
CatalogId = NULL,
DatabaseName,
TableName,
PartitionInput
)
The Amazon Web Services account ID of the catalog in which the partition is to be created.
[required] The name of the metadata database in which the partition is to be created.
[required] The name of the metadata table in which the partition is to be created.
[required] A PartitionInput
structure defining the partition to be created.