-
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
dvc repro --pull: does not pull the data but rather throws an error #7420
Comments
Looks like there is some confusion with |
oh ok, my bad! I am closing the issue. |
This future could be useful. Now I have to add pull command as a pipeline stage. |
Bug Report
Description
The command does not pull the data. If I first run
dvc pull
and thendvc repro
everything works fine.Reproduce
Expected
Missing data source ../curated-data/carriers.parquet should be pulled (or at least attempted to be downloaded).
Environment information
Output of
dvc doctor
:Additional Information (if any):
As mentioned, if I run
dvc pull
and thendvc repro
everything works fine.The text was updated successfully, but these errors were encountered: