AWS Athena connectors
AWS Athena is a suite of components designed to support advanced operations with the Amazon Athena service. The simplest way to query Athena is to use Athena Simple Query component, which is intended for queries that produce quick and small result sets. Use a combination of other components to implement more complex asynchronous and long-running query patterns.
📄️ Athena Get Query Execution
Returns Amazon Athena query execution object by query execution ID.
📄️ Athena Get Results
Returns Amazon Athena query execution results object by its query execution ID.
📄️ Athena List Query Executions
Returns a list of available query execution IDs for the Amazon Athena queries in the specified workgroup.
📄️ Athena Simple Query
Runs SQL queries against data stored in Amazon S3 using Amazon Athena.
📄️ Athena Start Query Execution
Runs SQL queries against data stored in Amazon S3 using Amazon Athena and provides a unique ID of the corresponding query execution.