Extends Soda Core to connect to PostgreSQL databases for data quality monitoring and testing. Current version 3.5.6, released on 2025-11-05. Release cadence is irregular, tied to soda-core releases.
pip install soda-core-postgresVerified import paths — ran on the pinned version, not inferred.
Runs a Soda scan against a PostgreSQL table using environment variables for credentials.
Use 'type: postgres' in the YAML configuration.
Run 'pip install psycopg2-binary' or 'pip install asyncpg' in the same environment.
Write 'data_source postgres:' exactly as lower_snake_case.