skill repo
dbt-labs/dbt-agent-skills▌
2 approved skills in this repository
skills (2)
adding-dbt-unit-test
Testing
dbt unit tests validate SQL modeling logic on static inputs before materializing in production. If any unit test for a model fails, dbt will not materialize that model.
using-dbt-for-analytics-engineering
Productivity
Core principle: Apply software engineering discipline (DRY, modularity, testing) to data transformation work through dbt's abstraction layer.