dbt Troubleshoot
Debug broken dbt builds with project context.
Diagnose dbt compilation failures, runtime errors, failing tests, wrong results, and performance issues.
Debug dbt with an agent that knows your project.The problem it solves
When dbt fails, pasting the error into a chatbot is usually not enough. The fix depends on model SQL, compiled SQL, upstream dependencies, tests, configuration, and warehouse-specific errors.
What it does
When to use it
a dbt build, run, compile, or test command fails
a model returns wrong or unexpected data
a dbt model is slow or timing out
a warehouse error needs to be mapped back to dbt logic
How it works
The skill checks project health, inspects the failing artifact, follows dependencies, diagnoses the likely cause, proposes a fix path, and validates the result.
Tools used
altimate_core_semantics
Analyze SQL or model semantics for correctness-oriented workflows.
altimate_core_column_lineage
Compute column-level lineage through Altimate Core.
altimate_core_correct
Suggest correctness-oriented repairs or improvements through Altimate Core.
altimate_core_fix
Suggest deterministic fixes for SQL or data-engineering issues.
sql_fix
Diagnose SQL errors and suggest corrected SQL or next debugging steps.