Description Usage Arguments References Examples
Runs (executes) the SQL query statements contained in the query
string.
1 2 3 4 |
query |
SQL query statements to be executed |
database |
database within which the query executes. |
output_location |
location in S3 where query results are stored. |
client_request_token |
unique case-sensitive string used to ensure the
request to create the query is idempotent (executes only once). If another
|
encryption_option |
indicates whether Amazon S3 server-side encryption
with Amazon S3-managed keys ( |
kms_key |
For |
aws_access_key_id |
AWS access key id |
aws_secret_access_key |
AWS secret access key |
aws_session_token |
AWS session token |
region_name |
region name |
profile_name |
profile name |
1 2 3 4 5 6 7 8 9 | ## Not run:
start_query_execution(
query = "SELECT * FROM elb_logs LIMIT 100",
database = "sampledb",
output_location = "s3://aws-athena-query-results-redacted",
profile = "personal"
) -> sqe
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.