-
Notifications
You must be signed in to change notification settings - Fork 218
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
Issue in Reading Iceberg tables in Nessie + Minio using Pyiceberg #1560
Comments
@heman026 Thanks for raising this issue. I'm not super familiar with Nessie, but I do notice that the |
Hi @Fokko I have similar question on reading Iceberg table from nessie server I set up nessie server locally, and I would like to access the Iceberg table. Here is the output of
This code cannot work due to 2 validation errors for ConfigResponse
However, the output of response is defaultBranch and maxSupportedApiVersion |
@HungYangChang Check this #1524 |
good catch @heman026, did that resolve your issue? |
It is not working for me so far, I am still trying My config:
Still same error
I also try My config: Btw, I can confirm nessie server is set up correctly: under: http://localhost:19120/content/main/demo_0128_v3/names |
@HungYangChang i would recommend looking at nessie documentation on how to connect to an iceberg rest catalog. Pyiceberg accepts the standard iceberg rest catalog configurations https://py.iceberg.apache.org/configuration/#rest-catalog |
Question
I am getting "Failed to read table metadata from s3a://iceberg-datalake/test/emp_69182e21-1700-4317-9f75-55fca8d57979/metadata/00002-d7b6a027-3d3d-4a1f-9350-ce019969cc2e.metadata.json" when loading table using PyIceberg Rest Catalog. I am using Nessie catalog and minio for storage.
Nessie Configuration Used:
Error
Note: I also disabled s3 request signing in Nessie (-Dnessie.catalog.service.s3.default-options.request-signing-enabled=false), but still getting the same error.
Please help me resolve this. Thanks
The text was updated successfully, but these errors were encountered: