glue_get_unfiltered_partition_metadata: Retrieves partition metadata from the Data Catalog that...

View source: R/glue_operations.R

glue_get_unfiltered_partition_metadataR Documentation

Retrieves partition metadata from the Data Catalog that contains unfiltered metadata

Description

Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.

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

Usage

glue_get_unfiltered_partition_metadata(
  Region = NULL,
  CatalogId,
  DatabaseName,
  TableName,
  PartitionValues,
  AuditContext = NULL,
  SupportedPermissionTypes,
  QuerySessionContext = NULL
)

Arguments

Region

Specified only if the base tables belong to a different Amazon Web Services Region.

CatalogId

[required] The catalog ID where the partition resides.

DatabaseName

[required] (Required) Specifies the name of a database that contains the partition.

TableName

[required] (Required) Specifies the name of a table that contains the partition.

PartitionValues

[required] (Required) A list of partition key values.

AuditContext

A structure containing Lake Formation audit context information.

SupportedPermissionTypes

[required] (Required) A list of supported permission types.

QuerySessionContext

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.