Data Quality
Data Observability Platform
★ 4.1
Data Quality for Big Data
★ 4.5
N/A — SaaS platformpip install pydeequN/A — SaaS platformpip install pydeequPython data engineers integrate DataKitchen into Airflow-based pipelines to add automated data journey monitoring — each pipeline run emits metadata to DataKitchen, which tracks data freshness, test results, and lineage. Engineers use DataKitchen's Python SDK to define test suites that run alongside pipeline tasks and surface quality issues in a centralized observability dashboard.
Python data engineers use PyDeequ inside PySpark jobs to run statistical data quality checks at scale. Engineers define a `VerificationSuite` with constraints (e.g., completeness of a key column > 0.99), run it against a Spark DataFrame, and act on the results — logging failures, alerting on-call teams, or stopping the pipeline.
Individual Tool Pages