heman026 commented on issue #1524:
URL: 
https://github.com/apache/iceberg-python/issues/1524#issuecomment-2594786343

   This is the pyiceberg config - 
   ```
   catalog = load_catalog("rest",
       **{
   
           "uri": "http://10.xx.xx.xx:19120/api";,
           "s3.path-style-access": "true",
     "s3.endpoint": "http://xx.xx.xx:9000";,
       "s3.access-key-id": "minioadmin",
       "s3.secret-access-key": "minioadmin",
           "warehouse": "s3a://iceberg-datalake",
   
       },
       )
   ```


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to