Re: [I] Failing to create a table using pyiceberg [iceberg-python]

2024-09-13 Thread via GitHub
ArijitSinghEDA commented on issue #692: URL: https://github.com/apache/iceberg-python/issues/692#issuecomment-2348421783 Hello all, I am facing the same issue when trying to use SQL Catalog with PostgreSQL. ``` catalog = load_catalog( "default", **{

Re: [I] Failing to create a table using pyiceberg [iceberg-python]

2024-05-05 Thread via GitHub
salexln closed issue #692: Failing to create a table using pyiceberg URL: https://github.com/apache/iceberg-python/issues/692 -- 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] Failing to create a table using pyiceberg [iceberg-python]

2024-05-05 Thread via GitHub
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", **{"ty

Re: [I] Failing to create a table using pyiceberg [iceberg-python]

2024-05-04 Thread via GitHub
felixscherz commented on issue #692: URL: https://github.com/apache/iceberg-python/issues/692#issuecomment-2094183984 Hi, I just tried this on my machine, could you double check the properties that you pass to `load_catalog`. I believe the glue catalog looks for the AWS profile name under `

Re: [I] Failing to create a table using pyiceberg [iceberg-python]

2024-05-02 Thread via GitHub
syun64 commented on issue #692: URL: https://github.com/apache/iceberg-python/issues/692#issuecomment-2091269646 @salexln I think in order to write it, it uses `head_object` to check if the file exists first: https://github.com/apache/iceberg-python/blob/da313d011198028970f9301b7

Re: [I] Failing to create a table using pyiceberg [iceberg-python]

2024-05-02 Thread via GitHub
salexln commented on issue #692: URL: https://github.com/apache/iceberg-python/issues/692#issuecomment-2091087047 @syun64 Does it try to write `0-5df640cc-b47c-4b39-b578-07113565dab5.metadata.json' file or read? If it is trying to write, than you might be right and this is permissi

Re: [I] Failing to create a table using pyiceberg [iceberg-python]

2024-05-02 Thread via GitHub
syun64 commented on issue #692: URL: https://github.com/apache/iceberg-python/issues/692#issuecomment-2090796822 Hi @salexln - the "ACCESS_DENIED" error in the log trace you provided gives me the impression that you don't have HeadObject permissions in alex-iceberg-test-storage bucket for t