1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
I am afraid to inform you that start query execution accepts query-string only, it does not accept execution id. Basically start query execution return a query execution id which states query successfully submitted to Athena. Having said that there is not any direct way to start query execution using execution id.
You can consider one approach like use get-query-execution with query id which returns query string and pass this query string in start-query-execution.
aws athena get-query-execution --query-execution-id
aws athena start-query-execution --query-string
answered 2 years ago
Relevant content
- Accepted Answerasked 10 months ago
- Accepted Answer
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago