incident-context
Anchor incident triage with a deep-dive into a single dbt model or source, surfacing its definition, recent test failures, and data quality checks.
Instructions
Single asset deep-dive: dbt definition + recent test failures + DQ checks for the dataset. Designed to anchor an LLM-driven incident triage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelName | No | dbt model name to anchor on (provide modelName OR sourceFqn) | |
| sourceFqn | No | 'source_name.table_name' to anchor on a source instead of a model | |
| sinceHours | No | ||
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |