glue_update_partition: Updates a partition

View source: R/glue_operations.R

glue_update_partitionR Documentation

Updates a partition

Description

Updates a partition.

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

Usage

glue_update_partition(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  PartitionValueList,
  PartitionInput
)

Arguments

CatalogId

The ID of the Data Catalog where the partition to be updated 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 in which the partition to be updated is located.

PartitionValueList

[required] List of partition key values that define the partition to update.

PartitionInput

[required] The new partition object to update the partition to.

The Values property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.


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