You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We switched to compiled params.yaml files not being part of git anymore.
This may lead to errors when running dvc pull if config files have not yet been re-compiled yet. We need to ensure that compile-config runs before every dvc pull.
Come up with a coheren strategy that involves:
Wrapping dso compile-config && dvc pull into dso pull
Same for dso push and other commands (-> wrap all dvc commands in dso and compile for all where it makes sense)
pre-commit config that ensures dso pull is ran after git pull
custom .pre-commit-hooks in the dso repo that replaces the dso pre-commit hooks.
grst
changed the title
Strategy for pulling with gitignored compiled params files
Strategy for pulling with gitignored compiled params files / update pre-commit hooks
Dec 20, 2024
Description of feature
We switched to compiled params.yaml files not being part of git anymore.
This may lead to errors when running
dvc pull
if config files have not yet been re-compiled yet. We need to ensure thatcompile-config
runs before everydvc pull
.Come up with a coheren strategy that involves:
dso compile-config && dvc pull
intodso pull
dso push
and other commands (-> wrap all dvc commands in dso and compile for all where it makes sense)dso pull
is ran aftergit pull
.pre-commit-hooks
in the dso repo that replaces the dso pre-commit hooks.discussed with @DSchreyer and @tschwarzl
The text was updated successfully, but these errors were encountered: