Data Quality
Schema Validation Tool
★ 4.1
Data Quality Testing
★ 4.6
pip install data-linterpip install soda-corepip install data-linterpip install soda-coreData engineers use Data Linter in CI pipelines to enforce dataset standards before promotion to production. Running `data-linter` on a new dataset file flags issues like potential PII in column names or inefficient data types — catching structural problems early in the development workflow rather than after data lands in the warehouse.
Data engineers integrate Soda Core into Airflow or dbt pipelines to run data quality scans after each transformation step. A scan YAML file defines checks on a specific table, the Python SDK runs them, and failed checks are reported to Soda Cloud or surfaced as pipeline task failures to block bad data from advancing.
Individual Tool Pages