start_query_execution | R Documentation |
Start a SQL Query against AWS Athena
start_query_execution(sql, wait = FALSE)
sql |
SQL query |
wait |
Default FALSE, indicates whether to wait for the query to finish and return a dictionary with the query execution response. |
Query execution ID if 'wait' is set to 'False', list with the get_query_execution response otherwise.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena.Client.get_query_execution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.