What problem does it solve?
dbt development often suffers from environment drift, inconsistent profiles, and unclear workflows across teams. This skill provides structured guidance to configure profiles, verify connections, and streamline model development with standard commands.
Core Features & Use Cases
- Profile management and connection validation: set up and verify profiles for consistent dbt runs, including Databricks dialect considerations.
- Command orchestration: guidance on dbt debug, compile, run, and test workflows with best practices and guardrails.
- Issue-focused targets: procedures for adding issue-specific targets in profiles.yml to isolate work.
Quick Start
Set up a new dbt project, configure ~/.dbt profiles, and run a quick debug and compile sequence to validate the setup.