-
Notifications
You must be signed in to change notification settings - Fork 394
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
ref: exp-related updates in other to cmds, etc. #2242
Conversation
matching exp push/pull
59412a9
to
a16d83e
Compare
Need a review/approval pls 🙂 |
- `--pull` - [pulls](/doc/command-reference/pull) dependencies and outputs | ||
involved in the stages being reproduced, if they are found in the | ||
[default remote storage](/doc/command-reference/remote/default). Note that it | ||
tries the local run-cache first (unless `--no-run-cache` is also used). | ||
- `--pull` - downloads dependencies and outputs in the stages being reproduced | ||
from the [default remote storage](/doc/command-reference/remote/default) (see | ||
`dvc pull`) based on the run-cache. Note that this doesn't include initial | ||
pipeline data sources (never found in the run-cache). |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
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.
p.s. it's a kind of confusing option. Why is --pull
specifically related to run-cache? 🤷 But anyway, when iterative/dvc/issues/4742 is addressed, that should be taken care of.
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.
likely just because the original request was just for a method to pull run-cache+outputs for specific (run-cached) stages: iterative/dvc#4223
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.
I think we should probably not use dependencies
here at all. Maybe just say something like this?
[pulls](...) outputs for any stages which restored from [run-cache](/doc/user-guide/experiment-management#automatic-log-of-stage-runs-run-cache) during pipeline reproduction. Outputs will be pulled from the [default remote storage](...).
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.
Good call. Updated 👍
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.
LGTM
Matches certain changes in #2200 and #2243 (mainly for consistency in terminology, structure, etc.).
master
before merging (after ref: remaining exp cmds (branch,res,list,push,pull,gc) #2243).