paws.analytics (version 0.1.0)

glue_get_table: 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.

Usage

glue_get_table(CatalogId, DatabaseName, Name)

Arguments

CatalogId

The ID of the Data Catalog where the table resides. If none is supplied, the AWS 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.

Request syntax

svc$get_table(
  CatalogId = "string",
  DatabaseName = "string",
  Name = "string"
)