get_table_metadata
Retrieve schema metadata for a specific Athena table by providing database and table names. Get column details, data types, and table structure for clearer understanding.
Instructions
Get metadata for a specific table
Args: database_name: Name of the database table_name: Name of the table catalog_name: Name of the data catalog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| catalog_name | No | AwsDataCatalog | |
| database_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |