-
Notifications
You must be signed in to change notification settings - Fork 634
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
V4 changes, Indra adaptors #2733
Conversation
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
|
Quality Gate passedIssues Measures |
🚀 🚀 Pull Request
Impact
Description
storage.indra.IndraProvider
as a generic storage provider from indraindra: bool
argument to api functionsdeeplake.load
,deeplake.emtpy
etc. To use indra storage and read_only views under the hood.Things to be aware of
Things to worry about
There's no big impact for now, as
indra
argument is by defaultFalse
, but we need to test the whole functionality withindra=True
Additional Context