glue_batch_create_partition: Creates one or more partitions in a batch operation

View source: R/glue_operations.R

glue_batch_create_partitionR Documentation

Creates one or more partitions in a batch operation

Description

Creates one or more partitions in a batch operation.

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

Usage

glue_batch_create_partition(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  PartitionInputList
)

Arguments

CatalogId

The ID of the catalog in which the partition is to be created. 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 created.

TableName

[required] The name of the metadata table in which the partition is to be created.

PartitionInputList

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


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