-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run: at least unprotect existing outputs #1786
Comments
There is no "fix" for this issue per se because duplicating outputs are unprotected via Line 478 in 35218a7
|
Fixed by #1789 |
@efiop , I tried to replicate the problem on my machine but it doesn't overwrite anything.
Am I missing something? 🤔 |
@MrOutis As I mentioned before, there already was |
As @pared noticed, when you run two sequential
dvc run
commands with the same output:you actually corrupt your cache file for first
out
, as it is still linked to the cache. We should at least unprotect outputs in this case or maybe even consider removing them by default. That will play nicely with the new--outs-persist
flag.The text was updated successfully, but these errors were encountered: