We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dvc import https://some/git/repo/ some_file should probably do a sparse checkout.
dvc import https://some/git/repo/ some_file
Currently looks like it does a full clone:
dvc/dvc/stage.py
Line 941 in 05cc023
dvc/dvc/dependency/repo.py
Lines 73 to 81 in 05cc023
On a related note, is the repo locally cached by default
Lines 78 to 79 in 05cc023
dvc update