lk-1984 commented on issue #1771:
URL: 
https://github.com/apache/iceberg-python/issues/1771#issuecomment-2706132436

   There is actually one combination that works, and which is documented in the 
click help.
   
   ```
   Usage: pyiceberg [OPTIONS] COMMAND [ARGS]...
   ```
   
   ```
   pyiceberg --catalog hive list
   ```
   
   This indeed works.
   
   However, the user should be instructed correctly when it does it wrong, like 
`pyiceberg list --catalog hive`..
   
   ```
   URI missing, please provide using --uri, the config or environment variable 
PYICEBERG_CATALOG__DEFAULT__URI
   ```
   
   Is very misleading..
   


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

Reply via email to