We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Java and Python clients support configurable OAuth token server. The Rust client needs that as well.
Here is an pyIceberg configuration example
catalog: default: uri: http://localhost:8082/ rest.authorization-url: https://xxx.com/oauth2/token credential: client_id:client_secret
cc @RussellSpitzer @liurenjie1024 @himadripal
The text was updated successfully, but these errors were encountered:
@flyrain if nobody is already looking at this, would love to try and take a stab at this?
Sorry, something went wrong.
Great! Assigned this to you. Thanks for taking a look.
whynick1
Successfully merging a pull request may close this issue.
Java and Python clients support configurable OAuth token server. The Rust client needs that as well.
Here is an pyIceberg configuration example
cc @RussellSpitzer @liurenjie1024 @himadripal
The text was updated successfully, but these errors were encountered: