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",
**{
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
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
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 `
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
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
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