tilman151 opened a new issue, #7777:
URL: https://github.com/apache/iceberg/issues/7777

   ### Feature Request / Improvement
   
   I am using pyIceberg to read tables organized in a glue catalog. My AWS 
credentials are stored in a `config` file and updated via SSO. I would like 
configure which AWS profile, e.g. sandbox or production, pyIceberg uses when it 
creates a glue catalog. Right now it will only pick up the default profile. I 
don't want to change the default profile each time.
   
   A fix would be relatively simple, i.e. passing kwargs inside `properties` to 
the glue client constructor:
   
   
https://github.com/apache/iceberg/blob/66b0631b3f67dfbfe69bfd5974db034e9500a6fe/python/pyiceberg/catalog/glue.py#L132-L134
   
   Passing a `boto3.Session` this way would allow me to select a profile.
   
   ### Query engine
   
   Other


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