Soda Core Athena is an extension of Soda Core for scanning data quality issues in AWS Athena. The current version is 3.5.6. It follows the same release cadence as Soda Core.
pip install soda-core-athenaVerified import paths — ran on the pinned version, not inferred.
Basic Soda Core scan using Athena data source.
Use `from soda.scan import Scan` and instantiate `Scan()`.
Ensure `soda-core-athena` is installed in the same environment.
Set environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and optionally `AWS_SESSION_TOKEN` before running the scan.