byaltimateai· 45 skills
Debugs and fixes dbt errors systematically. Use when working with dbt errors for: (1) Task mentions "fix", "error", "broken", "failing", "debug", "wrong", or "not working" (2) Compilation Error, Database Error, or test failures occur (3) Model produces incorrect output or unexpected results (4) Need to troubleshoot why a dbt command failed Reads full error, checks upstream first, runs dbt build (not just compile) to verify fix.
$npx -y skills add altimateai/data-engineering-skills --skill debugging-dbt-errorsInstalls into the current project.
Run `npx skills use "https://github.com/altimateai/data-engineering-skills" --skill "altimateai/data-engineering-skills/debugging-dbt-errors"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/altimateai/data-engineering-skills" that are relevant to the current task. Run `npx skills add "https://github.com/altimateai/data-engineering-skills"` and select the relevant skills, then follow their instructions.