athena_list_table_metadata {paws.analytics} | R Documentation |
Lists the metadata for the tables in the specified data catalog database
Description
Lists the metadata for the tables in the specified data catalog database.
See https://www.paws-r-sdk.com/docs/athena_list_table_metadata/ for full documentation.
Usage
athena_list_table_metadata(
CatalogName,
DatabaseName,
Expression = NULL,
NextToken = NULL,
MaxResults = NULL,
WorkGroup = NULL
)
Arguments
CatalogName |
[required] The name of the data catalog for which table metadata should be returned. |
DatabaseName |
[required] The name of the database for which table metadata should be returned. |
Expression |
A regex filter that pattern-matches table names. If no expression is supplied, metadata for all tables are listed. |
NextToken |
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call. |
MaxResults |
Specifies the maximum number of results to return. |
WorkGroup |
The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog. |