Deletes one or more partitions in a batch operation.
glue_batch_delete_partition(CatalogId, DatabaseName, TableName,
PartitionsToDelete)
The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the AWS account ID is used by default.
[required] The name of the catalog database in which the table in question resides.
[required] The name of the table that contains the partitions to be deleted.
[required] A list of PartitionInput
structures that define the partitions to be
deleted.
svc$batch_delete_partition( CatalogId = "string", DatabaseName = "string", TableName = "string", PartitionsToDelete = list( list( Values = list( "string" ) ) ) )