Soda Core Trino is an extension of Soda Core that integrates with Trino/Presto databases for data quality testing. It allows users to define and run checks (e.g., missing values, duplicates, schema changes) using SodaCL. Version 3.5.6 is the latest release. Release cadence is irregular, typically following Soda Core releases.
pip install soda-core-trinoVerified import paths — ran on the pinned version, not inferred.
Basic Soda scan against Trino with authentication from environment variables.
Use Scan object with configuration YAML or dictionary instead of importing data source classes directly.
Add 'verify: false' under the data source configuration or set environment variable SODA_VERIFY=false.
Verify network connectivity with a simple trino client test before using Soda.