kevinjqliu commented on issue #908:
URL: https://github.com/apache/iceberg-python/issues/908#issuecomment-2224740046

   @ArijitSinghEDA 
   Something I noticed about the error message
   ```
   pyiceberg.exceptions.ServerError: SdkClientException: Received an 
UnknownHostException when attempting to interact with a service. See cause for 
the exact endpoint that is failing to resolve. If this is happening on an 
endpoint that previously worked, there may be a network connectivity issue or 
your DNS cache could be storing endpoints for too long.
   ```
   
   Specifically `ServerError`, suggests that this is an issue with the REST 
server
   
https://github.com/search?q=repo%3Aapache%2Ficeberg-python%20ServerError&type=code
   
   The `load_catalog` code above is considered the "client" code. The real 
issue might be with the REST server
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to