glue_create_partition {paws.analytics} | R Documentation |
Creates a new partition
Description
Creates a new partition.
See https://www.paws-r-sdk.com/docs/glue_create_partition/ for full documentation.
Usage
glue_create_partition(
CatalogId = NULL,
DatabaseName,
TableName,
PartitionInput
)
Arguments
CatalogId |
The Amazon Web Services account ID of the catalog in which the partition is to be created. |
DatabaseName |
[required] The name of the metadata database in which the partition is to be created. |
TableName |
[required] The name of the metadata table in which the partition is to be created. |
PartitionInput |
[required] A |
[Package paws.analytics version 0.7.0 Index]