원클릭으로
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