[python api] write_path to support remote paths #5673
Closed
geoHeil
started this conversation in
Feature Requests
Replies: 2 comments 3 replies
|
Would you want specific support for certain object store APIs over others? e.g. fsspec, OpenDAL, etc? Or just the ability to configure writes to object storage? |
3 replies
|
We have support for object store in python extension |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It looks to me that the python API of vortex only allows to write local paths via
write_pathhttps://docs.vortex.dev/api/python/io. Same is also true here https://docs.vortex.dev/api/python/io#vortex.io.writeNative support for writing to object stores would be great
All reactions