Imagine I have the following situation
- dvc pipeline depends on huge file & one script
- script has changed and I’m sure that this change has no effect to the data
- I want to update dvc pipeline to make dvc.lock have correct hash
- I run
dvc commit dvc.yaml --force
but getting an error that huge file does not exist - I can run command on other machine where this huge file is downloaded & everything is ok
Is there any way to do dvc commit
ignoring binary files that are not even downloaded?