incident-context
Provides dbt model or source definition, recent test failures, and data quality checks to support incident triage and root cause analysis.
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 |