I just did a
dvc add folderwhich created thefolder.dvcand thendvc push. So I can do advc pulland everything from the folder is getting downloaded, but I want to select some subfolders.
Ah, it seems like an issue in dvc 2.0 pull: can't do partial checkouts · Issue #5577 · iterative/dvc · GitHub which is now resolved. When the new bugfix release comes (a couple days), you are going to be able to pull partial paths. Thanks for reporting!