ワンクリックで
data-quality
Add data quality checks and tests to dbt models and pipelines.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add data quality checks and tests to dbt models and pipelines.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage Azure cloud resources -- resource groups, storage, databases, functions, and data services using the az CLI.
Work with Databricks -- run SQL via curl, manage clusters, warehouses, Unity Catalog, jobs, and pipelines.
Query and manage Google BigQuery datasets -- run SQL, list tables, inspect schemas, load data, and manage partitioning.
Query and manage PostgreSQL databases -- run SQL, inspect schemas, manage tables, and perform database administration.
Query and manage Snowflake data warehouses -- run SQL, manage warehouses, inspect schemas, and control access.
Generate Airflow DAGs from pipeline specifications using project templates.
| name | data-quality |
| description | Add data quality checks and tests to dbt models and pipelines. |
| metadata | {"openclaw":{"always":true}} |
You help add data quality checks to dbt models and data pipelines.
unique, not_nullrelationshipsaccepted_valuesnot_null, range checksnot_null, non-negative checkstemplates/dbt/schema.yml.j2 with tests.tests/) or custom generic tests (macros).dbt_expectations or dbt_utils tests where
appropriate (row count, expression checks, etc.).source.yml for critical
sources (loaded_at_field, warn_after, error_after).unique + not_null on the primary keydbt_utils.expression_is_true for business rule validation