glue_batch_delete_partition: Deletes one or more partitions in a batch operation

View source: R/glue_operations.R

glue_batch_delete_partitionR Documentation

Deletes one or more partitions in a batch operation

Description

Deletes one or more partitions in a batch operation.

See https://www.paws-r-sdk.com/docs/glue_batch_delete_partition/ for full documentation.

Usage

glue_batch_delete_partition(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  PartitionsToDelete
)

Arguments

CatalogId

The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.

DatabaseName

[required] The name of the catalog database in which the table in question resides.

TableName

[required] The name of the table that contains the partitions to be deleted.

PartitionsToDelete

[required] A list of PartitionInput structures that define the partitions to be deleted.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.