Adds schema tests and data quality validation to dbt models. Use when working with dbt tests for: (1) Adding or modifying tests in schema.yml files (2) Task mentions "test", "validate", "data quality", "unique", "not_null", or "accepted_values" (3) Ensuring data integrity - primary keys, foreign keys, relationships (4) Debugging test failures or understanding why dbt test failed Matches existing project test patterns and YAML style before adding new tests.
$npx -y skills add altimateai/data-engineering-skills --skill testing-dbt-modelsInstalls into the current project.
Run `npx skills use "https://github.com/altimateai/data-engineering-skills" --skill "altimateai/data-engineering-skills/testing-dbt-models"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/altimateai/data-engineering-skills" that are relevant to the current task. Run `npx skills add "https://github.com/altimateai/data-engineering-skills"` and select the relevant skills, then follow their instructions.