paws.analytics (version 0.1.0)

glue_batch_get_partition: Retrieves partitions in a batch request

Description

Retrieves partitions in a batch request.

Usage

glue_batch_get_partition(CatalogId, DatabaseName, TableName,
  PartitionsToGet)

Arguments

CatalogId

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

DatabaseName

[required] The name of the catalog database where the partitions reside.

TableName

[required] The name of the partitions' table.

PartitionsToGet

[required] A list of partition values identifying the partitions to retrieve.

Request syntax

svc$batch_get_partition(
  CatalogId = "string",
  DatabaseName = "string",
  TableName = "string",
  PartitionsToGet = list(
    list(
      Values = list(
        "string"
      )
    )
  )
)