glue_get_tables: Retrieves the definitions of some or all of the tables in a...

View source: R/glue_operations.R

glue_get_tablesR Documentation

Retrieves the definitions of some or all of the tables in a given Database

Description

Retrieves the definitions of some or all of the tables in a given Database.

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

Usage

glue_get_tables(
  CatalogId = NULL,
  DatabaseName,
  Expression = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  TransactionId = NULL,
  QueryAsOfTime = NULL
)

Arguments

CatalogId

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

DatabaseName

[required] The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.

Expression

A regular expression pattern. If present, only those tables whose names match the pattern are returned.

NextToken

A continuation token, included if this is a continuation call.

MaxResults

The maximum number of tables to return in a single response.

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.