Transformation Pipeline Visualizer
Use this interactive timeline to compare how Integrated and Custom with Smart Sync enabled scheduling modes change effective sync cadence and downstream transformation timing in the same transformation pipeline.
Transformation Pipeline Visualizer
All four jobs run as a single pipeline every cycle: Connection A and Connection B sync in parallel, then Quickstart transformation runs once both connectors finish, then Transformation for dbt Core runs once Quickstart finishes. Because all four share one pipeline lock, the next cycle cannot start until dbt Core completes — if dbt Core is still running when Connection A's next sync is due, that sync and the rest of the pipeline wait until dbt Core finishes.
How to use
- Switch schedule type to compare behaviors with the same upstream inputs.
- Use Play/Pause to watch event order.
- Drag the time scrubber to inspect specific overlap windows.
Scenario modeled
- Connection A: 15-minute interval, 10-minute sync duration.
- Connection B: 30-minute interval, 20-minute sync duration.
- Quickstart transformation: 10-minute runtime, Integrated schedule, waits for upstream Connection A and Connection B to complete their first sync.
- Transformation for dbt Core: 15-minute runtime, schedule mode varies by selected case.