superduper
superduper copied to clipboard
Feat/artifact/remote
trafficstars
Description
fix https://github.com/superduper-io/superduper/issues/2438
Support remote uri in blobs and uri This was part of supporting snowflake services.
We need to support a superduper serialised which consists blobs with remote uri like s3,file:// etc when this serialised document is decoded we download the remote blobs and replace the uri with local reference.
Related Issues
Checklist
- [ ] Is this code covered by new or existing unit tests or integration tests?
- [ ] Did you run
make unit_testingandmake integration-testingsuccessfully? - [ ] Do new classes, functions, methods and parameters all have docstrings?
- [ ] Were existing docstrings updated, if necessary?
- [ ] Was external documentation updated, if necessary?