glue_get_table: Retrieves the Table definition in a Data Catalog for a...

View source: R/glue_operations.R

glue_get_tableR Documentation

Retrieves the Table definition in a Data Catalog for a specified table

Description

Retrieves the Table definition in a Data Catalog for a specified table.

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

Usage

glue_get_table(
  CatalogId = NULL,
  DatabaseName,
  Name,
  TransactionId = NULL,
  QueryAsOfTime = NULL
)

Arguments

CatalogId

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

DatabaseName

[required] The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

Name

[required] The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.

TransactionId

The transaction ID at which to read the table contents.

QueryAsOfTime

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.


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