athena_get_query_results: Streams the results of a single query execution specified by...

View source: R/athena_operations.R

athena_get_query_resultsR Documentation

Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3

Description

Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Working with query results, recent queries, and output files in the Amazon Athena User Guide. This request does not execute the query but returns results. Use start_query_execution to run a query.

See https://www.paws-r-sdk.com/docs/athena_get_query_results/ for full documentation.

Usage

athena_get_query_results(QueryExecutionId, NextToken = NULL, MaxResults = NULL)

Arguments

QueryExecutionId

[required] The unique ID of the query execution.

NextToken

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

MaxResults

The maximum number of results (rows) to return in this request.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.