TiansuYu opened a new issue, #1122:
URL: https://github.com/apache/iceberg-python/issues/1122

   ### 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: 
   
   ```shell
   pyiceberg list --uri localhost:8181
   ```
   
   returns 
   
   ```shell
   URI missing, please provide using --uri, the config or environment variable 
PYICEBERG_CATALOG__DEFAULT__URI
   ```
   
   The catalog instance is created from the [official 
quickstart](https://iceberg.apache.org/spark-quickstart/#docker-compose) (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. 


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