Skip to content

Running a Reconciliation

A reconciliation job compares data between two connections. This guide shows you how to create and run one.

  • At least two connections configured in your workspace.
  • Queries that return comparable result sets from each source.
  1. Go to Jobs in the sidebar and click New Job.
  2. Select the source and target connections.
  3. Enter the SQL query for each side.
  4. Configure the key columns — the columns used to match rows across sources.
  5. Click Save.

Open the job and click Run Now. Progress is shown in real time.

After a run completes, results are categorised as:

CategoryMeaning
MatchRow exists in both sources with identical values.
Missing in sourceRow exists in target but not in source.
Missing in targetRow exists in source but not in target.
MismatchRow exists in both but one or more column values differ.