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
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.
Configure the webhook (Pro+)
Point dbt Cloud or CI at
POST/api/webhooks/dbtwith your workspace webhook secret when configured.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
APIdocs)