Data Quality
Data Catalog for CI/CD
★ 4.0
Automated Data Profiling
★ 4.6
pip install grai-clientpip install ydata-profilingpip install grai-clientpip install ydata-profilingPython 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 ydata-profiling (formerly pandas-profiling) as the first step after ingesting a new dataset to understand its structure, quality, and statistical properties. A single call to `ProfileReport(df).to_file("report.html")` generates a full interactive report. It is used in data discovery workflows, pre-processing audits before ML feature engineering, and automated data quality checks in CI/CD pipelines for dataset validation.
Individual Tool Pages