anechii opened a new issue, #9438:
URL: https://github.com/apache/iceberg/issues/9438
### Query engine
Default ?
I am using the Glue catalog.
```
catalog_load_dict = {
"type": "glue",
}
ownership_glue_catalog = catalog.load_catalog("glue", **catalog_load_dict)
self.table =
ownership_glue_catalog.load_table("holdings_iceberg_normalized.securitiesdata")
```
### Question
Hello,
During deployment of app that uses pyiceberg to read an iceberg table from a
Glue catalog on s3, I encountered this issue:
```
TypeError: botocore.session.Session.create_client() got multiple values for
keyword argument 'aws_access_key_id'
```
Upon investigation, I found that pyiceberg was trying to start a boto3
session using an aws_access_key_id, which I have not provided (None). I am
trying to use an IAM role instead to access my resources.
Is this supported ?
Do I have certain properties to add in my catalog_load_dict ?
Thanks a lot,
Aziz.
--
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]