HungYangChang commented on issue #1560: URL: https://github.com/apache/iceberg-python/issues/1560#issuecomment-2619510273
It is not working for me so far, I am still trying My config: ``` print ("Initializing Nessie client...") catalog = load_catalog( "rest", **{ "uri": "http://10.3.120.105:19120/iceberg", "authentication.type": "BASIC", "authentication.username": "test-nessie", "authentication.password": "test-nessie", }, ) print("Set up correctly") ``` Still same error ``` pydantic_core._pydantic_core.ValidationError: 2 validation errors for ConfigResponse defaults Field required [type=missing, input_value={'defaultBranch': 'main',...SupportedApiVersion': 2}, input_type=dict] For further information visit https://errors.pydantic.dev/2.10/v/missing overrides Field required [type=missing, input_value={'defaultBranch': 'main',...SupportedApiVersion': 2}, input_type=dict] For further information visit https://errors.pydantic.dev/2.10/v/missing ``` I also try `http://localhost:19120/iceberg` Btw, I can confirm nessie server is set up correctly:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org