Closed as not planned
Description
Apache Iceberg version
0.7.1 (latest release)
Please describe the bug 🐞
I am currently trying out the pyiceberg CLI, and found this command seems not working as expected:
pyiceberg list --uri localhost:8181
returns
URI missing, please provide using --uri, the config or environment variable PYICEBERG_CATALOG__DEFAULT__URI
The catalog instance is created from the official quickstart (can confirm it is working by spark-sql and connects to the minio instance and confirm data and metadata files are created correctly). If I understood it correctly, it exposes the catalog at 8181
.
I have tried a dozens of others ports and urls (such as s3://warehouse
), not working either. Seems the problem is that, the argument is simply not propagated into the config in the end somehow.