adding-dbt-unit-test
✓dbt 모델에 대한 단위 테스트를 추가하거나 dbt에서 TDD(테스트 기반 개발)를 연습할 때 사용합니다.
SKILL.md
In software programming, unit tests validate small portions of your functional code, and they work much the same way in dbt. dbt unit tests allow you to validate your SQL modeling logic on a small set of static inputs before you materialize your full model in production. dbt unit tests enable test-driven development, benefiting developer efficiency and code reliability.
Unit tests allow enforcing that all the unit tests for a model pass before it is materialized (i.e. dbt won't materialize the model in the database if any of its unit tests do not pass).
dbt unit test uses a trio of the model, given inputs, and expected outputs (Model-Inputs-Outputs):
dbt 모델에 대한 단위 테스트를 추가하거나 dbt에서 TDD(테스트 기반 개발)를 연습할 때 사용합니다. 출처: dbt-labs/dbt-agent-skills.
인용 가능한 정보
AI/검색 인용용 안정적인 필드와 명령어.
- 설치 명령어
npx skills add https://github.com/dbt-labs/dbt-agent-skills --skill adding-dbt-unit-test- 카테고리
- {}데이터 분석
- 인증됨
- ✓
- 최초 등록
- 2026-02-01
- 업데이트
- 2026-02-18
빠른 답변
adding-dbt-unit-test이란?
dbt 모델에 대한 단위 테스트를 추가하거나 dbt에서 TDD(테스트 기반 개발)를 연습할 때 사용합니다. 출처: dbt-labs/dbt-agent-skills.
adding-dbt-unit-test 설치 방법은?
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/dbt-labs/dbt-agent-skills --skill adding-dbt-unit-test 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/dbt-labs/dbt-agent-skills