paws.analytics (version 0.1.0)

glue_get_partition: Retrieves information about a specified partition

Description

Retrieves information about a specified partition.

Usage

glue_get_partition(CatalogId, DatabaseName, TableName, PartitionValues)

Arguments

CatalogId

The ID of the Data Catalog where the partition in question resides. If none is supplied, the AWS account ID is used by default.

DatabaseName

[required] The name of the catalog database where the partition resides.

TableName

[required] The name of the partition's table.

PartitionValues

[required] The values that define the partition.

Request syntax

svc$get_partition(
  CatalogId = "string",
  DatabaseName = "string",
  TableName = "string",
  PartitionValues = list(
    "string"
  )
)