What problem does it solve?
Data pipelines often silently produce bad, incomplete, stale, or schema-violating data, and teams need a reliable way to detect and stop downstream failures early.
Core Features & Use Cases
- SodaCL data quality checks: Define validations for nulls (missing), invalid values, duplicates, freshness/SLA, schema expectations, referential integrity, and numeric anomaly metrics.
- Adapter-based configuration: Run the same checks against PostgreSQL, Spark, ClickHouse, Trino, and BigQuery using a configuration.yml data source.
- Operational integration: Execute scans via CLI or embed them as an Airflow task; optionally complement or ingest with dbt workflows.
Quick Start
Use the soda-core skill to scan silver/orders with SodaCL checks by running: soda scan -d postgres_prod -c soda/configuration.yml soda/checks/silver_orders.yml