This section provides the details on various fields required to configure AWS Athena in Data Integrity Suite.
| Field | Description |
|---|---|
| Connection name | Specifies the name of the data connection. This is a mandatory field. Use a descriptive name that identifies the Athena environment or workgroup. Example: Athena_Production |
| Description | Allows you to describe the purpose of this data connection. This field is optional. Example: Connection to the production AWS Athena workgroup for cataloging S3 data. |
| Agent to access data | Select the agent from the dropdown that has network access to AWS. The agent acts as the bridge between Data Integrity Suite and your AWS environment. |
| AWS Region | Specifies the AWS region where your Athena service and S3
buckets are located. This is a mandatory field. Example:
us-east-1 |
| S3 Location | Specifies the S3 path where Athena stores query results. This is
a mandatory field. Provide the full S3 URI including the bucket name
and optional prefix. Example:
s3://my-athena-results/output/ |
| JDBC Bundle Name | Select the JDBC driver bundle uploaded to the agent for AWS
Athena connectivity. The bundle name must contain
athena as a prefix. For details on uploading a
JDBC bundle, refer to JDBC configuration. |
| Advanced Options | For advanced configuration, refer to Advanced connectivity bundle. |
| Additional URL Parameters | Specifies optional additional parameters appended to the JDBC
connection URL. Use this to pass Athena-specific connection
properties. Example:
Workgroup=primary;Schema=default |
| Log Level | Choose the level of detail for connection log output. Options are: All, Error (default), Warning, or Informational. |
| Debugging Parameters | Specifies key-value pairs to assist with troubleshooting connection issues. These parameters are passed at runtime and do not affect production behavior unless explicitly required. |