Skip to main content
The Comparisons page lists every comparison run in your workspace. Navigate to Comparisons in the left sidebar to access it.

Comparison types

TypeDescription
DeepScans both datasets fully and identifies all differences. Generates a detailed diff report.
ShallowStops after the first value difference found. Faster than Deep for quick checks.
SchemaCompares structural elements only — column names, data types, and constraints. Ignores row data.

Table columns

ColumnDescription
Run IDUnique identifier for the comparison execution.
Comparison NameName assigned to the comparison, plus its type (Deep, Shallow, or Schema).
Source & Target DatasetThe two datasets being compared.
ResultsWhether the datasets are Identical or Different.
Diff PKsNumber of primary keys that differ between source and target.
Diff RowsNumber of rows that differ between source and target.
OriginWhere the comparison was triggered — Web UI or CLI.
Created AtTimestamp of when the comparison was created.

Filters

FilterOptions
ResultsIdentical, Different
OriginWeb, CLI
Comparison TypeDeep, Shallow, Schema
Source / Target DatasetSelect a specific dataset pair
Diff PKs / Rows %Filter by percentage threshold
SearchSearch by name or Run ID
Date rangeToday, Yesterday, Last Week, Last Month, Last Quarter, or custom

Actions

  • View details — Click any row to open the full comparison result with schema, primary key, and value diff tabs.
  • Generate report — Select one or more runs via checkbox, then click Report to export a breakdown of schema diffs, primary key exclusives, duplicates, value differences, and row counts.
  • Delete — Select a run and click Delete Run to permanently remove it.

Create a comparison

Click New Comparison to set up a new run. See Create a Comparison for a step-by-step guide.