Getting Started
Connect dbt
VectorData groups failed models and tests from dbt Core or dbt Cloud. You can start from a pasted run_results.json before any webhook is live.
Steps
1. Try an artifact first
After a dbt run, open target/run_results.json (or your CI artifact) and upload/paste it in the command center analyzer.
2. Configure the webhook (Pro+)
Point dbt Cloud or CI at POST /api/webhooks/dbt with your workspace webhook secret when configured.
3. Confirm failures appear
Failed models/tests should show names, status, and duration in the dbt triage view and Watchdog.
Verify
- A known failed run appears in /app
- Child skips are grouped under an upstream root cause when possible
- Webhook returns 2xx when secrets are set (see API docs)