Skip to content

Check run health after CI

Outcome

You know whether manifest.json and run_results.json are present, fresh enough for analysis, and what commands you can run next.

When to use this

SurfaceUse when
CLICI gates, shell scripts, or a quick post-run check
MCPSkip for one-shot checks—use CLI or wire MCP for repeated agent queries
WebAfter CLI confirms artifacts, open the UI for health and inventory views

Steps

  1. Point at your dbt target/ directory with --dbt-target or DBT_TOOLS_DBT_TARGET.
  2. Run status to see readiness (full, manifest-only, or unavailable).
  3. Run summary with --json in CI for machine-readable manifest statistics.

Example

bash
dbt-tools status --dbt-target ./target
dbt-tools summary --dbt-target ./target --json

Next

Released under the repository license terms.