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
Git clone a repo with files tracked by dvc. Upgrade to DVC 2.0. run dvc pull and see files missing (dependencies).
Downgrade to dvc pre 2.0. (I just tried 1.11.16)
Run dvc pull and get missing files.
Expected
Dvc pull with recent versions should get all tracked dependencies.
Environment information
⟩ dvc doctor
DVC version: 2.0.5 (pip)
---------------------------------
Platform: Python 3.9.2 on macOS-11.2.1-arm64-arm-64bit
Supports: http, https, s3
Cache types: reflink, hardlink, symlink
Cache directory: apfs on /dev/disk3s1s1
Caches: local
Remotes: s3
Workspace directory: apfs on /dev/disk3s1s1
Repo: dvc, git
Additional Information (if any):
We have a multi dvc.yaml environment (same git repo with four different model pipelines tracked by dvc). Dvc pull missed dependencies, i.e. files just going into to the deps part of two out of four of the pipelines.
The text was updated successfully, but these errors were encountered:
@jotsif, could you please provide more information? One particular change that could affect the behaviour of the pull is that dvc will not traverse through any directories that are git-ignored. Is that the case here?
Bug Report
Description
dvc pull
ignoring some dependencies in dvc pullReproduce
Git clone a repo with files tracked by dvc. Upgrade to DVC 2.0. run dvc pull and see files missing (dependencies).
Downgrade to dvc pre 2.0. (I just tried 1.11.16)
Run dvc pull and get missing files.
Expected
Dvc pull with recent versions should get all tracked dependencies.
Environment information
Additional Information (if any):
We have a multi dvc.yaml environment (same git repo with four different model pipelines tracked by dvc). Dvc pull missed dependencies, i.e. files just going into to the
deps
part of two out of four of the pipelines.The text was updated successfully, but these errors were encountered: