glue_get_table_version {paws.analytics} | R Documentation |
Retrieves a specified version of a table
Description
Retrieves a specified version of a table.
See https://www.paws-r-sdk.com/docs/glue_get_table_version/ for full documentation.
Usage
glue_get_table_version(
CatalogId = NULL,
DatabaseName,
TableName,
VersionId = 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 in which the table resides. For Hive compatibility, this name is entirely lowercase. |
TableName |
[required] The name of the table. For Hive compatibility, this name is entirely lowercase. |
VersionId |
The ID value of the table version to be retrieved. A |
[Package paws.analytics version 0.7.0 Index]