name: dbt-local license: MIT description: | USE FOR: dbt compatibility trigger for issue targets, Databricks SQL dialect notes, and local examples. Detailed owner: data-platform. DO NOT USE FOR: generated outputs.
Dbt Local
Compatibility trigger for dbt-specific repo additions. The durable
implementation guidance now lives in skills/data-platform/references/dbt.md.
1. Use For
- Issue-specific local dbt target setup.
- Databricks SQL dialect caveats for dbt work.
- Repo-local dbt examples.
2. Do Not Use For
- Broad data-platform work; use
data-platform. - General dbt command basics; use official dbt skills when available.
- Unrelated domains, broad rewrites, or generated runtime outputs.
3. Workflow
- Inspect the relevant files, current repo conventions, and
git status. - Read
skills/data-platform/references/dbt.md. - Make the smallest scoped change that satisfies the request.
- Run the checks named in the preserved guidance or the nearest repo harness.
- Report verification results and any remaining risk.
4. Examples
For a request in this domain, load preserved guidance, update the relevant source, run focused checks, and summarize the result.
5. References
skills/data-platform/references/dbt.md
6. Troubleshooting
If Waza or repo validation disagrees with preserved guidance, follow the stricter rule and record the exception in the handoff.