Overview
The Overview shows a visual history of your data pipeline runs so you can quickly see what ran, when, and whether it succeeded.
This is a read-only monitoring view. To manage or schedule pipelines, go to Orchestrate.
Viewing the Overview
- Select Data in the left menu, then select the Overview tab.

You will see a card for each pipeline. Each card shows:
- The pipeline name
- A bar chart of recent runs — green bars are successful, red bars are failed, yellow bars indicate the pipeline ran but a dbt test failed
- The last run time and who triggered it
Viewing run logs
- Select any bar in the chart to expand the run's logs directly below the pipeline card.
- You will see each task that ran, its duration, and whether it succeeded or failed.

Scale to runtime
Each pipeline card has a Scale to runtime toggle. When enabled, bar heights are proportional to how long each run took — useful for spotting runs that were unusually slow. When disabled, all bars are the same height and only colour indicates success or failure.
Next: Orchestrate · Data Quality