aws.athena.get_named_query
Example SQL Queries
SELECT * FROMaws.athena.get_named_queryWHERE"named_query_id" = 'VALUE';Description
Returns information about a single query. Requires that you have access to the workgroup in which the query was saved.
Table Definition
| Column Name | Column Data Type |
|---|---|
| named_query_id Required Input Column The unique ID of the query. Use ListNamedQueries to get query IDs. | 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 |
| named_query Information about the query. | STRUCT( |
Show child fields
| |