Skip to main content
The Jobs page is a centralized activity log for all validation and comparison executions in your workspace. Navigate to Jobs in the left sidebar to view run history, inspect errors, and manage in-progress jobs.

Comparison jobs

Comparison jobs evaluate differences between two datasets — for example, production vs. staging. They are used for pre-deployment checks, regression detection, and cross-environment consistency validation.

Columns

ColumnDescription
Run IDUnique identifier for the job run.
StatusCurrent state of the job.
Comparison NameThe name of the comparison that was run.
Source DatasetName of the source dataset.
Target DatasetName of the target dataset.
Time TakenDuration of the run.
Created AtTimestamp when the job was created.

Statuses

StatusDescription
PENDINGJob is queued and waiting to start.
RUNNINGJob is currently executing.
SUCCESSJob completed successfully.
FAILUREJob encountered an error.
REVOKEDJob was cancelled before completion.

Actions

Click the menu on any comparison job row to:
  • Info — View a summary of the comparison including metadata and execution time.
  • Stats — View query performance metrics: total time, min/max/average latency, and P90 for source and target.
  • Clone — Duplicate the job configuration to create a similar run.
  • Revoke — Cancel a job that is pending or currently running.

Validation jobs

Validation jobs run data quality checks within a single dataset. Each row captures the outcome of a group of validation checks.

Columns

ColumnDescription
Run IDUnique identifier for the job group.
No. of ValidationsTotal number of checks performed in the run.
StatusCurrent state of the job.
Time TakenDuration of the run.
Started AtTimestamp when the job started executing.
Created AtTimestamp when the job was triggered.

Statuses

StatusDescription
PENDINGJob is queued and waiting to start.
SUCCESSAll validations completed successfully.
FAILUREOne or more validations failed.
REVOKEDJob was cancelled before completion.

Actions

Click the menu on any validation job row to Revoke a pending or running job.

Filters

Both comparison and validation job lists support the following filters:
  • Status — Filter by PENDING, RUNNING, SUCCESS, FAILURE, or REVOKED
  • Time range — Choose from Today, Yesterday, Last Week, Last Month, Last Quarter, or a custom date range
Click Reset to clear all filters.

Error details

When a job fails, click the expand icon on the row to view the full error message and failure details.