Retrieves a specified version of a table.
glue_get_table_version(CatalogId, DatabaseName, TableName, VersionId)
The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
[required] The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
[required] The name of the table. For Hive compatibility, this name is entirely lowercase.
The ID value of the table version to be retrieved. A VersionID
is a
string representation of an integer. Each version is incremented by 1.
svc$get_table_version( CatalogId = "string", DatabaseName = "string", TableName = "string", VersionId = "string" )