start_query_execution_and_wait | R Documentation |
Calls start_query_execution followed by wait_query.
start_query_execution_and_wait(sql)
sql |
An SQL string. Which works with __TEMP__ references. |
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::start_query_execution_and_wait('select * from __temp__.my_table')`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.