-
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
api: get_url() returns path to .dir
for directory
#3182
Comments
I am not a big fan of complicating |
Note: as we've discussed in #2994 , I would wait for requests from users before going forward with this. |
This comment has been minimized.
This comment has been minimized.
I think it would be a great option to be added, I have tons of images in a directory, so it would be more practical to get them once using |
@islamashraf98 You may want to take a look at #6850. |
Closing as stale. |
Currently,
get_url()
returns path to.dir
files. I'd propose to have some way to parseget_url()
and return list or dicts (or, iterator) of files inside the directory (get_url(recurse=True)
?).dvc get . dir/ --show-url
works the same way.The text was updated successfully, but these errors were encountered: