data_diff
Compare two structured datasets to identify added, removed, and changed rows using optional key fields, returning compact counts and samples.
Instructions
Compare two structured datasets by schema and rows, optionally using stable key fields. Returns compact added, removed, and changed counts and samples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left | Yes | ||
| right | Yes | ||
| limits | No | ||
| workspace | No | ||
| key_fields | No | ||
| sample_rows | No |