Azure DevOps
Control Plane · DataOps & CI/CD
Microsoft's suite of repos, boards and CI/CD pipelines.
- Commercial
Control Plane · DataOps & CI/CD
Data diffing and automated testing that shows how code changes affect data before deployment.
Datafold answers one question: if I merge this change, what happens to the data? Its core mechanism is a data diff, a value-level comparison between two versions of a table, row by row and column by column, within one database or across two.
The everyday use is regression testing on a pull request. Your CI builds the changed models into a staging schema, Datafold compares that against production and posts the differences as a comment on the pull request, including which rows changed and by how much.
It pairs that with column-level lineage built from warehouse query logs, dbt metadata and BI tools, so a change can be traced to the dashboards and reverse-ETL jobs it would affect. That combination, a diff plus impact, is what distinguishes it from ordinary testing.
Cross-database diffing makes it a migration tool as well: it validates that a rewritten pipeline or a move to a new warehouse produces the same values, and a migration agent translates legacy SQL and checks the result.
One important point for anyone who remembers the open-source version: data-diff was archived in May 2024, and Datafold said plainly it would no longer support or develop it. Everything current is the commercial product.
It has no runner of its own; it plugs into GitHub, GitLab or Bitbucket CI. Deployment is multi-tenant SaaS in Oregon or Ireland, or a single-tenant VPC on AWS, GCP or Azure.
The same headings are used for every dataops & ci/cd entry, so two tools can be read side by side.
Price on request
Quote-only: the pricing page redirects to a contact form, with no tiers, prices or free-tier limits published. The only figures the company ever published were in a 2022 blog post, which described a free tier and a cloud tier from $799 a month, and should be treated as historical. A trial is offered but its length is not stated.
Datafold was founded in 2020 by Gleb Mezhanskiy, who has said the idea came from a two-line SQL change at Lyft that corrupted hundreds of tables and dashboards. The company is all-remote and does not publish a head office. It has raised $22m in total, backed by Y Combinator, NEA and Amplify Partners, including a $20m Series A in November 2021. The product is proprietary SaaS; the open-source data-diff project it was once known for was MIT licensed and archived in 2024. It publishes SOC 2 and HIPAA compliance.
Founded 2020 · datafold.com
Control Plane · DataOps & CI/CD
Microsoft's suite of repos, boards and CI/CD pipelines.
Control Plane · DataOps & CI/CD
CI/CD automation built into GitHub, widely used to test and deploy data pipelines.
Control Plane · DataOps & CI/CD
Git-like version control for data lakes, with branches, commits and rollbacks on object storage.
Drafted with AI assistance and checked against the vendor’s own documentation.