원클릭으로
build-artifacts
Regenerate dbt test fixtures after dbt_project changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Regenerate dbt test fixtures after dbt_project changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | build-artifacts |
| description | Regenerate dbt test fixtures after dbt_project changes |
Regenerate test fixture files after making changes to the dbt project in dbt_project/.
dbt_project/make build-artifacts
This generates fixtures for dbt 1.10 and 1.11 in tests/fixtures/dbt_1X/target/ (manifest.json, catalog.json, run_results.json). Note: dbt 1.9 fixtures are frozen and not regenerated.
Note: The Makefile uses specific dbt-duckdb version pins. Do not modify the version pins in the Makefile without understanding the compatibility matrix.
Check that the generated files exist and are non-empty:
ls -la tests/fixtures/dbt_110/target/
ls -la tests/fixtures/dbt_111/target/
make test
All tests should pass with the new fixtures. If tests fail, check whether the fixture schema changed in a way that requires test updates.