Data Quality
Data Catalog for CI/CD
★ 4.0
Data Quality for Big Data
★ 4.5
pip install grai-clientpip install pydeequpip install grai-clientpip install pydeequPython data engineers use Grai's Python client to register custom data assets and their relationships in the lineage graph. The GitHub Action integration runs impact analysis on pull requests — when a dbt model or database column changes, Grai reports which downstream Python pipelines, dashboards, or ML features depend on it before the change is merged.
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