glue_delete_partition {paws.analytics} | R Documentation |
Deletes a specified partition
Description
Deletes a specified partition.
See https://www.paws-r-sdk.com/docs/glue_delete_partition/ for full documentation.
Usage
glue_delete_partition(
CatalogId = NULL,
DatabaseName,
TableName,
PartitionValues
)
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 partition to be deleted. |
PartitionValues |
[required] The values that define the partition. |
[Package paws.analytics version 0.7.0 Index]