-
Notifications
You must be signed in to change notification settings - Fork 8
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
[WIP] non-local data #173
[WIP] non-local data #173
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev/main #173 +/- ##
============================================
+ Coverage 58.85% 59.51% +0.65%
============================================
Files 191 190 -1
Lines 6490 6336 -154
============================================
- Hits 3820 3771 -49
+ Misses 2670 2565 -105 ☔ View full report in Codecov by Sentry. |
@d-v-b why you set that |
Presumably, 1.0.0 will contain breaking changes. But since |
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.
gtg, waiting for tests
This PR adds support for storage on nonlocal file systems (e.g., s3, http). It's WIP until I figure out how to run tests.