-
Notifications
You must be signed in to change notification settings - Fork 129
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
[Bug]: CLI: connection to Iceberg REST API fails unexpectedly #9224
Comments
Debugging a bit, this happens because the Nessie server requires OAUTH2 authentication with complex grant types, but The error happens when fetching the config endpoint. I think we should remove |
|
It's non trivial to determine why the iceberg detection failed, and the fact that both APIs try to hit a @snazy wdyt of stopping guessing and adding this to the grammar:
|
Damn - if that's the only viable option, we have to bite the bullet. Looking for |
I guess we cannot reliably derive the Nessie URI from the Iceberg URI and vice versa. How about: I think we'll need similar changes to the CLI options. How about |
What happened
Attempting to connect to Iceberg REST API results in a weird error:
How to reproduce it
See above
Nessie server type (docker/uber-jar/built from source) and version
0.94.3
Client type (Ex: UI/Spark/pynessie ...) and version
No response
Additional information
Nessie CLI 0.94.3
The text was updated successfully, but these errors were encountered: