start_query_execution_and_wait: Calls start_query_execution followed by wait_query.

View source: R/wrap.R

start_query_execution_and_waitR Documentation

Calls start_query_execution followed by wait_query.

Description

Calls start_query_execution followed by wait_query.

Usage

start_query_execution_and_wait(sql)

Arguments

sql

An SQL string. Which works with __TEMP__ references.

Value

List with the get_query_execution response.

See Also

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena.Client.get_query_execution

Examples

`res <- dbtools::start_query_execution_and_wait('select * from __temp__.my_table')`

moj-analytical-services/dbtools documentation built on Sept. 29, 2024, 2:06 a.m.