superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Feat/artifact/remote

Open kartik4949 opened this issue 1 year ago • 0 comments
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_testing and make integration-testing successfully?
  • [ ] Do new classes, functions, methods and parameters all have docstrings?
  • [ ] Were existing docstrings updated, if necessary?
  • [ ] Was external documentation updated, if necessary?

Additional Notes or Comments

kartik4949 avatar Sep 05 '24 11:09 kartik4949