Returns table metadata for the specified catalog, database, and table.
athena_get_table_metadata(CatalogName, DatabaseName, TableName)
[required] The name of the data catalog that contains the database and table metadata to return.
[required] The name of the database that contains the table metadata to return.
[required] The name of the table for which metadata is returned.
svc$get_table_metadata( CatalogName = "string", DatabaseName = "string", TableName = "string" )