build-artifacts

Solid

Regenerate dbt test fixtures after dbt_project changes

Web & Frontend 112 stars 7 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
52
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Build Artifacts Regenerate test fixture files after making changes to the dbt project in `dbt_project/`. ## When to Use - After modifying models, seeds, or tests in `dbt_project/` - After upgrading dbt version dependencies - When tests fail because fixture data is stale ## Steps ### 1. Run the build ```bash 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. ### 2. Verify the fixtures Check that the generated files exist and are non-empty: ```bash ls -la tests/fixtures/dbt_110/target/ ls -la tests/fixtures/dbt_111/target/ ``` ### 3. Run tests ```bash 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.

Details

Author
godatadriven
Repository
godatadriven/dbt-bouncer
Created
1 years ago
Last Updated
4 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Listed

dbt-coder

dbt (data build tool) patterns for model organization, incremental strategies, and testing.

39 Updated 1 weeks ago
majesticlabs-dev
Web & Frontend Solid

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

1,696 Updated 3 weeks ago
ComposioHQ
Web & Frontend Solid

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

1,265 Updated 1 months ago
Prat011
Web & Frontend Solid

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

23 Updated today
shajith003
AI & Automation Featured

beads

Dolt-powered issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction. Trigger with "create task", "what's ready", "track this work", "resume after compaction". Make sure to use this skill whenever managing multi-session work, tracking dependencies, or recovering context.

24,081 Updated today
gastownhall