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
I propose dvc metrics add, when used with an untracked file, automatically creates the orphan DVC-stage for it (calling dvc add under the hood) instead of
λ dvc metrics add un-tracked.fileERROR: failed to add metric file 'metric' - Unable to find DVC-file with output 'metric'
The text was updated successfully, but these errors were encountered:
Oops, forgot to post the comment that this is going to happen after multistage dvcfile, as we will pretty much decouple metrics from the rest of the things. So you would be able to
Sounds good. But is the multistage DVC-file change going to existing commands in a non-backward compatible way so that this request will become outdated? Otherwise maybe we should still considered doing this separately.
I propose
dvc metrics add
, when used with an untracked file, automatically creates the orphan DVC-stage for it (callingdvc add
under the hood) instead ofThe text was updated successfully, but these errors were encountered: