Skip to main content
Every pipeline (job) has a dedicated detail page that updates in real time while the pipeline is running. Open any pipeline from the Jobs list.

Job statuses


Overview header

The sticky header at the top of every job detail page shows:
  • Source → Destination — the two connected databases
  • Status badge — live status with a colored dot
  • Sync mode — Full Refresh, Incremental, or CDC
  • Progress — percentage complete and current throughput (rows/sec)
  • ETA — estimated time to completion while running
  • Schedule badge — next run time if a schedule is configured

Tabs

Overview

Tables

Lists every table in the pipeline with its status (running, completed, failed, pending) and row count from the last run. Filter by status using the chip buttons above the list. Add a table to an existing pipeline:
  1. Click + Add Table
  2. Search or select from the tables discovered on the source connection
  3. Select one or more tables
  4. Click Add
Remove a table:
  1. Tick the checkbox next to one or more tables
  2. Click Remove N
The table is removed from the pipeline. It is not deleted from the database. Rerun a single table: Hover over a table and click the refresh icon to rerun that table only, without affecting others. Or tick multiple tables and click Rerun N.

Runs

A full history of every pipeline execution: Click any row to open the Events log filtered to that run.

Schema Evolution

When a source column is added, removed, renamed, or its type changes, Zwiron creates a schema change proposal and pauses. This tab shows all pending proposals. A yellow badge on this tab shows the count of pending proposals. See Schema Evolution for the full guide.

Transforms

Shows all column-level transform rules configured for this pipeline. Transforms can rename columns, filter rows, or compute new values from existing ones. If no transforms are configured, click Configure Transforms to open the edit page. See Transforms and the Transform Function Reference for the available operations.

Data Quality

Shows the most recent Validation report for this pipeline:
  • Structural, content, schema fidelity, semantic, and overall accuracy scores
  • Per-table breakdown (match / mismatch / error)
  • Semantic rules — pass/fail status for each custom assertion
Click Run Validation to trigger a new validation run. See Validation for the full guide.

Notes

Every pipeline has a threaded Notes section in the Overview tab. Notes are saved to local storage and visible to all organization members.
  • Write a note and press ⌘+Enter (or Ctrl+Enter) to submit
  • Reply to any note to keep discussions threaded
  • Edit or delete your own notes
Use notes to capture pipeline-specific context: known data quirks, links to tickets, or deployment history.

Actions


Alerting

Configure where failure notifications are sent in Notifications — in-app and email today. Webhooks are coming soon.
Last modified on July 13, 2026