Skip to content

dvc: Don't track data/js_output, always regenerate#127

Merged
lentinj merged 2 commits into
mainfrom
issue-126-js_output
May 29, 2026
Merged

dvc: Don't track data/js_output, always regenerate#127
lentinj merged 2 commits into
mainfrom
issue-126-js_output

Conversation

@lentinj

@lentinj lentinj commented May 29, 2026

Copy link
Copy Markdown
Collaborator

The .gz files in data/js_output/ aren't stable, so we can't use them in as part of a pipeline, as we'll constantly regenerate and upload new ones.

Instead, mark the stage as always_changed, meaning it'll get re-run even on repro --pull.

Fixes #126

lentinj added 2 commits May 29, 2026 15:45
The .gz files in data/js_output/ aren't stable, so we can't use them in
as part of a pipeline, as we'll constantly regenerate and upload new
ones.

Instead, mark the stage as always_changed, meaning it'll get re-run
even on repro --pull.
make_js_treefiles is always_changed, so unless we ignore it the test
will always fail,
@lentinj lentinj merged commit 0710019 into main May 29, 2026
3 checks passed
@lentinj lentinj deleted the issue-126-js_output branch May 29, 2026 16:18
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.

make_js_treefiles: Gzip files in DVC lead to flappy output

1 participant