Re: [I] cannot load table thru glue catalog [iceberg-python]

2025-01-15 Thread via GitHub
xpj01 commented on issue #1501: URL: https://github.com/apache/iceberg-python/issues/1501#issuecomment-2594573841 I've found the root cause that the VPC was setup the s3 endpoint policy and put few buckets in it. I change the policy to include the bucket I used. The issue got resolved.

Re: [I] cannot load table thru glue catalog [iceberg-python]

2025-01-15 Thread via GitHub
xpj01 commented on issue #1501: URL: https://github.com/apache/iceberg-python/issues/1501#issuecomment-2594289664 I made it work locally, but it's not working in my EC2 instance. Anyway I think this may due to some environment issue I can look into deeper. Thanks for the information! @kevi

Re: [I] cannot load table thru glue catalog [iceberg-python]

2025-01-15 Thread via GitHub
xpj01 closed issue #1501: cannot load table thru glue catalog URL: https://github.com/apache/iceberg-python/issues/1501 -- 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 unsub

Re: [I] cannot load table thru glue catalog [iceberg-python]

2025-01-10 Thread via GitHub
kevinjqliu commented on issue #1501: URL: https://github.com/apache/iceberg-python/issues/1501#issuecomment-2583527417 Pyiceberg pass the configuration to the underlying FileIO implementation. Can you try to run that piece of code in isolation to see what the issue is? For example, you

Re: [I] cannot load table thru glue catalog [iceberg-python]

2025-01-10 Thread via GitHub
xpj01 commented on issue #1501: URL: https://github.com/apache/iceberg-python/issues/1501#issuecomment-2582002255 Further I used both the temporary key(with session token) and long term key(w/o session token). Both are not working. I also compared the owner id with mine, which is matchi

Re: [I] cannot load table thru glue catalog [iceberg-python]

2025-01-09 Thread via GitHub
xpj01 commented on issue #1501: URL: https://github.com/apache/iceberg-python/issues/1501#issuecomment-2581656109 Hi @kevinjqliu , I used the same credential to upload and download file to the same bucket with S3Hooks which is working. The permission settings is different from pyice

Re: [I] cannot load table thru glue catalog [iceberg-python]

2025-01-09 Thread via GitHub
kevinjqliu commented on issue #1501: URL: https://github.com/apache/iceberg-python/issues/1501#issuecomment-2580902171 > OSError: When reading information for key 'iceberg_test/metadata/4-804bd1cf-09b6-48b4-8d8b-4e332d971b13.metadata.json' in bucket '': AWS Error ACCESS_DENIED during H

[I] cannot load table thru glue catalog [iceberg-python]

2025-01-09 Thread via GitHub
xpj01 opened a new issue, #1501: URL: https://github.com/apache/iceberg-python/issues/1501 ### Apache Iceberg version 0.8.1 (latest release) ### Please describe the bug 🐞 I can load the glue catalog and list table from it, but got failed once load the table. I search