athena_batch_get_query_execution: Returns the details of a single query execution or a list of...

View source: R/athena_operations.R

athena_batch_get_query_executionR Documentation

Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings

Description

Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use ListQueryExecutionsInput$WorkGroup. Query executions differ from named (saved) queries. Use BatchGetNamedQueryInput to get details about named queries.

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

Usage

athena_batch_get_query_execution(QueryExecutionIds)

Arguments

QueryExecutionIds

[required] An array of query execution IDs.


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