glue_batch_update_partition {paws.analytics} | R Documentation |
Updates one or more partitions in a batch operation
Description
Updates one or more partitions in a batch operation.
See https://www.paws-r-sdk.com/docs/glue_batch_update_partition/ for full documentation.
Usage
glue_batch_update_partition(CatalogId = NULL, DatabaseName, TableName, Entries)
Arguments
CatalogId |
The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID. |
DatabaseName |
[required] The name of the metadata database in which the partition is to be updated. |
TableName |
[required] The name of the metadata table in which the partition is to be updated. |
Entries |
[required] A list of up to 100 |
[Package paws.analytics version 0.9.0 Index]