start_query_execution: Start a SQL Query against AWS Athena

View source: R/wrap.R

start_query_executionR Documentation

Start a SQL Query against AWS Athena

Description

Start a SQL Query against AWS Athena

Usage

start_query_execution(sql, wait = FALSE)

Arguments

sql

SQL query

wait

Default FALSE, indicates whether to wait for the query to finish and return a dictionary with the query execution response.

Value

Query execution ID if 'wait' is set to 'False', list with the get_query_execution response otherwise.

See Also

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


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