Skip to content

Investigate slow runs

Outcome

You see which models or tests took the longest in a run and can explore execution timelines interactively.

When to use this

SurfaceUse when
CLIquery-executions for sorted durations or CSV/JSON export
MCPSkip unless an agent will run many execution queries
WebPrimary surface—execution views, timelines, and bottlenecks

Steps

  1. Confirm artifacts with Check run health.
  2. Start the web UI and open the URL printed in the terminal.
  3. Use execution and timeline views to find slow nodes; use CLI query-executions for scripted top-N lists.

Example

bash
npx @dbt-tools/web --dbt-target ./target
bash
dbt-tools query-executions --dbt-target ./target --sort duration --limit 20 --json

Next

Released under the repository license terms.