-
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
stage.save: Set merge_versioned
default to True
.
#8829
stage.save: Set merge_versioned
default to True
.
#8829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not testing cloud versioning on DVC side at all?
Codecov ReportBase: 93.64% // Head: 93.54% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #8829 +/- ##
==========================================
- Coverage 93.64% 93.54% -0.11%
==========================================
Files 453 454 +1
Lines 36101 36145 +44
Branches 5237 5249 +12
==========================================
+ Hits 33808 33811 +3
- Misses 1787 1826 +39
- Partials 506 508 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's ok with having this always True
we might as well just drop the option.
If it's not ok, we have to pass the flag in commit
and move
to make them work with cloud versioning stages
@daavoo It's safe but it makes save slower since it forces us to reload/reparse the existing .dvc/dvc.lock file each time. It'd be better to explicitly pass the flag in commit and move IMO |
It looks like those are all the places where |
We can probably just remove the flag then. This issue is more a side effect of our current |
9d589a4
to
9019208
Compare
Closes #8828