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: issues-unsubscr...@iceberg.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