View source: R/athena_operations.R
| athena_get_table_metadata | R Documentation | 
Returns table metadata for the specified catalog, database, and table.
See https://www.paws-r-sdk.com/docs/athena_get_table_metadata/ for full documentation.
athena_get_table_metadata(
  CatalogName,
  DatabaseName,
  TableName,
  WorkGroup = NULL
)
CatalogName | 
 [required] The name of the data catalog that contains the database and table metadata to return.  | 
DatabaseName | 
 [required] The name of the database that contains the table metadata to return.  | 
TableName | 
 [required] The name of the table for which metadata is returned.  | 
WorkGroup | 
 The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.