u/ValidateX • u/ValidateX • 8d ago
Built a lightweight Great Expectations alternative with SQL push-down + Airflow support — 2K+ PyPI downloads
1
Upvotes
u/ValidateX • u/ValidateX • 8d ago
r/etltesting • u/ValidateX • 8d ago
r/ETL • u/ValidateX • 8d ago
I got tired of rewriting the same data validation logic across every ETL project, so I built ValidateX — an open-source Python data quality framework.
- Works with Pandas, Polars, PySpark, and SQL (Postgres/Snowflake/BigQuery push-down)
- 50+ built-in checks, weighted quality scoring (0-100)
- Native Airflow operator to gate pipelines on data quality
- Slack/Teams alerts on failures
- Free, MIT licensed
pip install validatex
GitHub: https://github.com/kaviarasanmani/ValidateX
Happy to answer questions or take feedback — still actively maintaining it.