You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, we need to register an ObjectStore to register remote files stored in S3, https, etc. This could be more ergonomic from a DX perspective.
Describe the solution you'd like
Automatically detect if an ObjectStore is needed, like in the datafusion-cli; see here.
Describe alternatives you've considered
keep it as it is now
Additional context
We should increase the test coverage for ObjectStore
The text was updated successfully, but these errors were encountered:
Just like delta-rs, polars etc we should just take the objectstore from the uri and then parse the storage options either as parameter or env variables
I'd be happy to work with you to use this! Indeed this is the explicit goal of pyo3-object_store, to define the Python builders for ObjectStoreonce and then reuse them for multiple projects.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, we need to register an ObjectStore to register remote files stored in S3, https, etc. This could be more ergonomic from a DX perspective.
Describe the solution you'd like
Automatically detect if an ObjectStore is needed, like in the datafusion-cli; see here.
Describe alternatives you've considered
keep it as it is now
Additional context
We should increase the test coverage for ObjectStore
The text was updated successfully, but these errors were encountered: