jedrek-VL commented on issue #6713: URL: https://github.com/apache/iceberg/issues/6713#issuecomment-1413425607
Ok, I managed to make it work by replacing the `load_catalog` code by the following: ``` catalog = load_catalog('default', **{ 'uri': 'http://localhost:8181', 's3.endpoint': 'http://localhost:9000', 's3.access-key-id': 'admin', 's3.secret-access-key': 'password', }) ``` -- 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