get_query_execution | R Documentation |
Fetch query execution details.
get_query_execution(query_id)
query_id |
Athena query execution ID |
List with the get_query_execution response.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena.Client.get_query_execution
`res <- dbtools::get_query_execution(query_id='query-execution-id')`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.