·adding-dbt-unit-test
{}

adding-dbt-unit-test

dbt-labs/dbt-agent-skills

dbt モデルの単体テストを追加する場合、または dbt でテスト駆動開発 (TDD) を実践する場合に使用します。

28インストール·2トレンド·@dbt-labs

インストール

$npx skills add https://github.com/dbt-labs/dbt-agent-skills --skill adding-dbt-unit-test

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