Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@il-dat il-dat released this 01 Feb 09:28
· 21 commits to main since this release

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