Learn R Programming

paws.analytics (version 0.1.6)

athena_get_query_results: 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 Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query.

Usage

athena_get_query_results(QueryExecutionId, NextToken, MaxResults)

Arguments

QueryExecutionId

[required] The unique ID of the query execution.

NextToken

The token that specifies where to start pagination if a previous request was truncated.

MaxResults

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

Request syntax

svc$get_query_results(
  QueryExecutionId = "string",
  NextToken = "string",
  MaxResults = 123
)

Details

To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location.

IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.