rnadhani-ns commented on issue #1775:
URL: 
https://github.com/apache/iceberg-python/issues/1775#issuecomment-3233567050

   Was there an update on this? I think I am seeing the same issue.
   
   My .pyiceberg looks like:
   
   ```catalog:
     local:
       uri: sqlite:///iceberg_catalog/catalog.db
       warehouse: s3://my_bucket/warehouse```
   
   I was just following: https://estuary.dev/blog/getting-started-pyiceberg/
   
   But if I change the warehouse to file://, it all works.
   
   So I suspect the issue is with the S3 file system module. I tried setting 
the credentials like 
https://github.com/apache/iceberg-python/issues/1775#issue-2903374205 but still 
I see issues.
   
   My credentials are set in ~/.aws/credentials and I do set the AWS_PROFILE 
and AWS_REGION varialble.


-- 
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]

Reply via email to