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(
  CatalogId,
  DatabaseName,
  TableName,
  PartitionValues,
  AuditContext = NULL,
  SupportedPermissionTypes
)

Arguments

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.


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