AIAny
MLOps2017
Icon for item

great_expectations

Expresses data quality checks as reusable, declarative "expectations" and auto-generates human-readable validation reports and docs; integrates with Python data stacks to enforce and monitor data reliability in ML and analytics pipelines.

Introduction

Data quality failures are a leading cause of analytic and ML model drift; detecting them early requires tests that are both machine-executable and meaningful to humans. This project codifies data expectations as declarative, testable assertions and produces readable validation results and documentation so teams can treat data quality as code while keeping stakeholders aligned.

What Sets It Apart
  • Declarative expectations: write reusable, parameterized assertions about columns, distributions, uniqueness, and relationships so tests are explicit and versionable — this makes data checks reviewable like code.
  • Human-facing validation docs: each validation run can produce readable reports and snapshotable docs so data engineers, analysts, and product owners share a common understanding of data quality outcomes.
  • Integration-first design: adapters for pandas, SQL engines, and modern data platforms let you run the same expectations against samples, full tables, or production data stores without rewriting checks.
  • Automation and observability: supports scheduled validations and stores historical results so you can detect regressions, set alerts, and audit data quality over time.
Who It's For and Tradeoffs

Great fit if you need to enforce repeatable, auditable data contracts across teams (data engineers, ML engineers, analysts) and want tests that are both machine-checkable and comprehensible to non-developers. Look elsewhere if your needs are limited to ad-hoc data profiling (lighter GUI-only tools) or if you require a turnkey managed service with minimal ops — this tool shines when embedded into CI/CD or data pipeline orchestration and maintained as part of engineering workflows.

Where It Fits

Commonly used upstream of model training and reporting stages: validate incoming feature tables, monitor production data for schema/drift issues, and gate pipelines based on expectation results. It complements lineage, orchestration, and monitoring systems rather than replacing them.

Information

  • Websitegithub.com
  • OrganizationsFivetran
  • Published date2017/09/11

Categories

More Items

GitHub
AI Train2015

End-to-end quantitative trading framework that covers feature engineering, model training, signal generation and live execution; includes vnpy.alpha for ML-driven strategy research and workflow management, aimed at production trading and research pipelines.

Guides an LLM agent to build persistent, editable DAG-based data pipelines via typed, incremental mutations instead of free-form scripts. Combines DataFlow-Skills, a Model Context Protocol exposing live operator registry and pipeline state, and a synchronized Web UI; achieves 93.3% end-to-end pass rate on a 12-task benchmark while cutting cost and latency versus script baselines.

GitHub
AI Deploy2026

Turns a PC, Mac, or Linux machine into a private AI server with one-command installers: local LLM inference, a ChatGPT-style web UI, voice, agents, RAG, workflows, image generation, hardware-aware model selection, and optional cloud/hybrid modes.