Retrieves the Table definition in a Data Catalog for a specified table
Source:R/glue_operations.R
glue_get_table.RdRetrieves 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,
AuditContext = NULL,
IncludeStatusDetails = 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.- AuditContext
A structure containing the Lake Formation audit context.
- IncludeStatusDetails
Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.