AWS Athena is a serverless, interactive query service that enables you to analyze data directly in Amazon S3 using standard SQL. It requires no infrastructure management and scales automatically, making it ideal for ad hoc data exploration and large-scale analytics workloads.
Data Integrity Suite connects to AWS Athena through a JDBC-based connector, enabling data cataloging, profiling, and data quality operations on your S3-backed datasets.
Important: AWS Athena connections require a custom JDBC driver bundle:
- The
driver.jarfile is user-specific and will not be provided by Precisely. For detailed setup instructions, refer to JDBC configuration. - Custom JDBC driver bundles for AWS Athena must include
athenain the bundle name. The system applies bundle-name filtering and displays only bundles containingathenawhen configuring an AWS Athena connection.