glue_get_unfiltered_table_metadata: Retrieves table metadata from the Data Catalog that contains...

View source: R/glue_operations.R

glue_get_unfiltered_table_metadataR Documentation

Retrieves table metadata from the Data Catalog that contains unfiltered metadata

Description

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

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

Usage

glue_get_unfiltered_table_metadata(
  CatalogId,
  DatabaseName,
  Name,
  AuditContext = NULL,
  SupportedPermissionTypes
)

Arguments

CatalogId

[required] The catalog ID where the table resides.

DatabaseName

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

Name

[required] (Required) Specifies the name of a table for which you are requesting metadata.

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.