-
Notifications
You must be signed in to change notification settings - Fork 1.3k
path info: replace path_info dicts with PathInfo class #1968
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
Conversation
20c47b4 to
83dc301
Compare
018473c to
d844804
Compare
dvc/output/gs.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the record: discussed introducing PathInfo(scheme, ...) function to help use common logic where possible.
dvc/remote/azure.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like it should be in __init__, right?
64ba0bc to
aa0876a
Compare
efiop
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Great start! We'll be able to work on top of this easily if we ever decide to go with moving some logic like remote.ospath to PathInfos. Thanks!
Have you followed the guidelines in our
Contributing document?
Does your PR affect documented changes or does it add new functionality
that should be documented? If yes, have you created a PR for
dvc.org documenting it or at
least opened an issue for it? If so, please add a link to it.
Fixes #1588