dbt
Installation
SKILL.md
dbt Expert Engineer Skill
This skill provides a comprehensive guide for dbt development.
1. dbt Command Basics
1.1. Required Options
Always specify these options with dbt commands:
--profiles-dir ~/.dbt --no-use-colors
1.2. Connection Verification
Always verify connection at work start:
Related skills