You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "jedrek-VL (via GitHub)" <gi...@apache.org> on 2023/02/02 09:39:19 UTC

[GitHub] [iceberg] jedrek-VL commented on issue #6713: PyIceberg fails when querying REST catalog

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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org