Retrieves the Table
definition in a Data Catalog for a specified
table.
glue_get_table(CatalogId, DatabaseName, Name)
The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
[required] The name of 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 which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.
svc$get_table( CatalogId = "string", DatabaseName = "string", Name = "string" )