stefnba opened a new issue, #255:
URL: https://github.com/apache/iceberg-python/issues/255
### Apache Iceberg version
0.5.0 (latest release)
### Please describe the bug 🐞
Hi all
I have the following config in a `~/.pyiceberg.yaml` to interact with a GLUE
catalog via the command line.
```yaml
catalog:
default:
type: glue
aws_access_key_id: <ACCESS_KEY_ID>
aws_secret_access_key: <SECRET_ACCESS_KEY>
region_name: <REGION_NAME>
```
However, when running any command on the command line, e.g. `pyiceberg list`
the following error appears:
`URI missing, please provide using --uri, the config or environment variable
PYICEBERG_CATALOG__DEFAULT__URI`
As far as I know, GLUE doesn't require a `URI`. Also when using pyiceberg
and this config within a notebook, everything works fine.
--
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]