adamcodes716 commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2669552190

   > catalog = load_catalog(
   >     "nessie",
   >     **{
   >         "uri": "http://nessie:19120/iceberg/main";,
   >         "warehouse": "warehouse",
   >         "s3.endpoint": "https://mys3endpoint.com/";,
   >         "s3.access-key-id": os.environ["AWS_ACCESS_KEY_ID"],
   >         "s3.secret-access-key": os.environ["AWS_SECRET_ACCESS_KEY"],
   >     },
   
   can you please help put me out of my misery?  If I try this setup, I get a 
404 because the URL is mangled:
   
   /iceberg/main/v1/config?warehouse=warehouse
   
   What else am I missing?   
   
   


-- 
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