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:
- Click + Add Table
- Search or select from the tables discovered on the source connection
- Select one or more tables
- Click Add
- Tick the checkbox next to one or more tables
- Click Remove 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
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
Actions
Alerting
Configure where failure notifications are sent in Notifications — in-app and email today. Webhooks are coming soon.Related
- Events — granular per-run event log
- Schema Evolution — handling source schema changes
- Validation — deep source-to-destination accuracy audit
- Transforms — column-level data transformations
- Analytics — cross-pipeline aggregated metrics