Re: [I] AWS access denied from metadata file on S3 [iceberg-python]

2023-12-13 Thread via GitHub
Fokko closed issue #201: AWS access denied from metadata file on S3 URL: https://github.com/apache/iceberg-python/issues/201 -- 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

Re: [I] AWS access denied from metadata file on S3 [iceberg-python]

2023-12-13 Thread via GitHub
Fokko commented on issue #201: URL: https://github.com/apache/iceberg-python/issues/201#issuecomment-1854326828 Awesome, thanks for letting me know! -- 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 t

Re: [I] AWS access denied from metadata file on S3 [iceberg-python]

2023-12-13 Thread via GitHub
itaise commented on issue #201: URL: https://github.com/apache/iceberg-python/issues/201#issuecomment-1853965470 Hi @Fokko, The first suggestion did not work, but passing the credentials explicitly like in your second suggestion worked. Thank you very much! -- This is an automated

Re: [I] AWS access denied from metadata file on S3 [iceberg-python]

2023-12-12 Thread via GitHub
Fokko commented on issue #201: URL: https://github.com/apache/iceberg-python/issues/201#issuecomment-1852419470 @itaise Can you try: ``` PYICEBERG_CATALOG__PROD__S3__ACCESS_KEY_ID PYICEBERG_CATALOG__PROD__S3__SECRET_ACCESS_KEY ``` Since you're loading the prod catalog:

[I] AWS access denied from metadata file on S3 [iceberg-python]

2023-12-11 Thread via GitHub
itaise opened a new issue, #201: URL: https://github.com/apache/iceberg-python/issues/201 ### Apache Iceberg version 0.1.0 ### Please describe the bug 🐞 Hi, I am trying to read a table schema and getting permission denied. This is the code that I use: ``` f