|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > AWS Athena Connector Parameters |
The Athena workgroup to use for running the query
Technical Name |
WORKGROUP |
Category |
Functional |
Type |
String |
Default Value |
{empty} |
Example Values |
primary |
The data catalog that contains the database to query
Technical Name |
CATALOG |
Category |
Functional |
Type |
String |
Default Value |
{empty} |
Example Values |
AwsDataCatalog |
The database within the catalog to run the query against
Technical Name |
DATABASE |
Category |
Functional |
Type |
String |
Default Value |
{empty} |
Example Values |
default |
The SQL query to execute on Athena
Technical Name |
ATHENA_QUERY |
Category |
Functional |
Type |
String |
Default Value |
{empty} |
Example Values |
SELECT * FROM my_table LIMIT 100 |
The S3 location where query results will be stored
Technical Name |
output_location |
Category |
Technical |
Type |
String |
Default Value |
s3://my-query-results/ |
Example Values |
s3://my-query-results/ |