Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Better Azure blob storage support #1842
Better Azure blob storage support #1842
Changes from 15 commits
ff9c57e
2719f6a
1547f88
8ed4a7d
172ee25
c94fb7d
f8c8c6d
83cfe5b
dc0f424
418689f
f9da829
2d4f54b
f846352
7ffca40
087021d
b5df7c1
c3ee81f
b689b3c
a279b47
80f34d8
71d2486
5dd00ed
572725b
72a440e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
From the type hint on
get_filesystem_for_path
it looks like we assumeget_filesystem
never returnsNone
so I thought probably best to delete this. If anyone thinks its important I'm happy to add it back.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.
@wild-endeavor I think you wanted to delete this already? So this seems like a good idea