time_travel_diff
Compare two snapshots of a table and return counts for added, deleted, and changed rows.
Instructions
Compare two snapshots. Returns added/deleted/changed counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | ||
| table_name | Yes | ||
| to_snapshot_id | Yes | ||
| from_snapshot_id | Yes |