glue_create_partition: Creates a new partition

View source: R/glue_operations.R

glue_create_partitionR Documentation

Creates a new partition

Description

Creates a new partition.

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

Usage

glue_create_partition(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  PartitionInput
)

Arguments

CatalogId

The Amazon Web Services account ID of the catalog in which the partition is to be created.

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.

PartitionInput

[required] A PartitionInput structure defining the partition to be created.


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