idealo/AWS Athena Query

A GitHub Action to run an Athena query

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 23, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: idealo/aws-athena-query-action@280e811f00b3515f112c0cb439c055d4a5ae21b7 # v1.6.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
query-idThe unique identifier of the saved query. Use `aws athena list-named-queries` to get query IDs.no""
query-stringThe SQL query statements to be executed.no""
query-contextThe context within which the query executes.yes
query-workgroupThe workgroup to use for the querynoprimary
output-locationThe location in Amazon S3 where your query results are stored, such as `s3://mybucket/myprefix`.yes
output-filenameThe desired name of the file where the query results are stored in the output location.yes
output-min-sizeThe minimum size of the output file in human-readable format, such as `1M` or `1G`.no""
download-locationThe location on the runner machine where the query results are downloaded.no""
download-filenameThe desired name of the file where the query results are downloaded.no""
namedescription
query-idThe unique identifier of the query execution.
output-locationThe location in Amazon S3 where your query results are stored.