Skip to content

Provero

Prove your data.

Declarative data quality engine. Define checks in YAML, run anywhere.
Vendor-neutral. Apache 2.0. No asterisks.

PyPI Stars License Python


pip install provero && provero init
source:
  type: postgres
  table: orders

checks:
  - not_null: [id, amount]
  - unique: id
  - range:
      column: amount
      min: 0
provero run

What Provero does

16 built-in check types, 3 connectors (DuckDB, PostgreSQL, DataFrame), anomaly detection (Z-Score, MAD, IQR) with zero external dependencies. SQL batch optimizer compiles N checks into 1 query. Data contracts with schema drift detection. Webhook alerts for Slack, PagerDuty, or any HTTP endpoint. SodaCL importer, dbt exporter.

Same simplicity as Soda, real open source license. Same power as GX, 90% less config.

Repositories

Repo Description
provero Core engine, CLI, connectors, Airflow & Flyte providers
provero-org Website (provero.dev)

Get involved

Read the Contributing Guide, open an issue, or submit a PR. All contributions welcome.

Website · Docs · GitHub · PyPI

Popular repositories Loading

  1. provero provero Public

    Declarative data quality engine. Define checks in YAML, run anywhere.

    Python 9 1

  2. provero-org provero-org Public

    Provero website

    TypeScript

  3. .github .github Public

    Organization profile

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…