Skip to content

fix: add missing data download step to pages workflow#15

Merged
themightychris merged 1 commit intomainfrom
themightychris/fix-dbt-docs-ci
Jan 28, 2026
Merged

fix: add missing data download step to pages workflow#15
themightychris merged 1 commit intomainfrom
themightychris/fix-dbt-docs-ci

Conversation

@themightychris
Copy link
Member

Summary

  • Add the missing Download sample data step to the GitHub Pages deployment workflow
  • The pages.yml workflow was missing this step that ci.yml already has

Problem

The dbt docs build was failing with:

IO Error: No files found that match the pattern "data/vehicle_positions/date=*/base64url=*/data.parquet"

The staging models need sample parquet data to create views, but the pages workflow wasn't downloading it before running dbt run.

Test plan

  • CI workflow passes on this branch
  • Pages deployment workflow succeeds after merge

🤖 Generated with Claude Code

The dbt docs build was failing because the pages.yml workflow was
missing the download step that ci.yml has. Without sample data, the
staging models fail with "No files found that match the pattern".

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@themightychris themightychris merged commit e7b6c64 into main Jan 28, 2026
2 checks passed
@themightychris themightychris deleted the themightychris/fix-dbt-docs-ci branch January 28, 2026 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant