Skip to content

Allow setting ClientOptions for datafusion.object_store contexts #1082

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nathschmidt opened this issue Mar 23, 2025 · 0 comments · May be fixed by #1083
Open

Allow setting ClientOptions for datafusion.object_store contexts #1082

nathschmidt opened this issue Mar 23, 2025 · 0 comments · May be fixed by #1083
Labels
enhancement New feature or request

Comments

@nathschmidt
Copy link

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).

@nathschmidt nathschmidt added the enhancement New feature or request label Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant