Sometimes it's necessary to update pipeline hashes and params without downloading large datasets. Currently I can't run dvc commit on machine without data even if I'd like to update my source code machine.
It would be great to have similar to dvc repro flag providing a way to ignore files that are not inside cache.
Sometimes it's necessary to update pipeline hashes and params without downloading large datasets. Currently I can't run
dvc commiton machine without data even if I'd like to update my source code machine.It would be great to have similar to
dvc reproflag providing a way to ignore files that are not inside cache.