aws.athena.get_table_metadata
Example SQL Queries
SELECT * FROMaws.athena.get_table_metadataWHERE"catalog_name" = 'VALUE'AND "database_name" = 'VALUE'AND "table_name" = 'VALUE';Description
Returns table metadata for the specified catalog, database, and table.
Table Definition
| Column Name | Column Data Type |
|---|---|
| catalog_name Required Input Column The name of the data catalog that contains the database and table metadata to return. | VARCHAR |
| database_name Required Input Column The name of the database that contains the table metadata to return. | VARCHAR |
| table_name Required Input Column The name of the table for which metadata is returned. | VARCHAR |
| work_group Input Column The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| table_metadata An object that contains table metadata. | STRUCT( |
Show child fields
| |