DATA DIFFS
What's a Data Diff?
A data diff is the value-level comparison between two tables, used to identify critical changes to your data and guarantee data quality.
When you git diff your code, you’re comparing two versions of your code files to see what has changed, such as lines added, removed, or modified. Similarly, a data diff compares two versions of a dataset or two databases to identify differences in individual cells in the data.
