apache / apache/datafusion-python
Allow setting `ClientOptions` for `datafusion.object_store` contexts
- 主要语言
- Python
- 星标
- 604
- 派生
- 174
- 平均合并
- 1 天 7 小时
- 30 天内合并 PR
- 4
描述
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*)
Currently, there doesn't seem to be a way to set the `ClientOptions` used by the object store contexts from Python. This limits configurability and can lead to issues like connection/request timeouts and incorrectly configured CA hampering usage in some setups - especially corporate or multi-cloud setups.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Let's expose passing `ClientOption` in for all `datafusion.object_store` contexts (e.g. `PyAmazonS3Context`, `PyGoogleCloudContext`, etc).
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。