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

Reply via email to