View source: R/glue_operations.R
glue_get_unfiltered_partition_metadata | R Documentation |
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.
glue_get_unfiltered_partition_metadata(
Region = NULL,
CatalogId,
DatabaseName,
TableName,
PartitionValues,
AuditContext = NULL,
SupportedPermissionTypes,
QuerySessionContext = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.