salexln commented on issue #692:
URL: https://github.com/apache/iceberg-python/issues/692#issuecomment-2094764517

   thanks for all the helpers!
   eventually what worked is to set the correct credentials in 
`~/.aws/credentials` and then
   ```python
       catalog = load_catalog("glue", **{"type": "glue", 
                                         "s3.region": "us-west-2", 
                                         "profile": "685648138888_Maintainer
                                         })
   ```
   is working correctly (even without the `s3.access-key-id` and 
`s3.secret-access-key`)


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