Skip to content

Releases: infinitelambda/dbt-data-diff

1.0.0

01 Feb 09:28
Compare
Choose a tag to compare

Give a try on our documentation site here

Use cases

  • Primarily for people who want to perform Data-diff validation on the Blue-Green deployment 🚀
  • UAT validation: data-diff with PROD
  • Code-Refactoring validation: data diff between old vs new
  • Migration to Snowflake: data diff between old vs new (requires to land the old data to Snowflake)

3 level of diffing

  • 🥉 Key diff: Compare the Primary Key (pk) only
  • 🥈 Schema diff: Compare the list of column's Names and Data Types
  • 🥇 Content diff: Compare all cell values.

Feature Comparision

https://data-diff.iflambda.com/latest/#features-comparison-to-the-alternative-packages

Happy Diffing 🎉

Full Changelog: 1.0.0b1...1.0.0

1.0.0b1

12 Jan 03:58
Compare
Choose a tag to compare