stemillington-flock opened a new issue, #1356:
URL: https://github.com/apache/iceberg-python/issues/1356

   ### Question
   
   I'm trying to connect to a glue catalog like this
   ```
   from pyiceberg.catalog import load_catalog
   catalog = load_catalog("glue", **{"type": "glue",
                                     "s3.region":"<region>",
                                     "s3.access-key-id" : "<access-key>",
                                     "s3.secret-access-key": "<secret>"
                              })
   ```
   this returns me an object which does not appear to be connected to aws in 
anyway. I can create a namespace and it appears to be persisted locally but i 
have no idea where!
   
   I must be doing something wrong but every example i find online results in 
the same result. Here's what i have installed
   
   ```
   python = "3.12.*"
   requests = "^2.32.3"
   botocore = "^1.35.66"
   pyiceberg = "^0.8.0"
   boto3 = "^1.35.66"
   ipykernel = "^6.29.5"
   mypy-boto3-glue = "^1.35.65"
   ``` 


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