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).
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
從 datafusion.object_store 的 Python 入口點開始,包括 PyAmazonS3Context 和 PyGoogleCloudContext,並追蹤每個內容是如何建構的。檢查每個物件儲存內容如何表示及傳遞 ClientOptions。完成的標準是,Python 呼叫端可以在所列出的所有內容中一致地提供 ClientOptions,包括逾時和 CA 相關設定。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- cloud
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100