github-actions[bot] commented on issue #1122:
URL:
https://github.com/apache/iceberg-python/issues/1122#issuecomment-2695866218
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity
TiansuYu commented on issue #1122:
URL:
https://github.com/apache/iceberg-python/issues/1122#issuecomment-2328085721
I would say `load_catalog` lazily until actually needed, in the main
command.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
kevinjqliu commented on issue #1122:
URL:
https://github.com/apache/iceberg-python/issues/1122#issuecomment-2327131543
> I would expect this will not attempting to make any connection calls, but
simply print the help message
yea same, perhaps its some setting with the `click` lib
TiansuYu commented on issue #1122:
URL:
https://github.com/apache/iceberg-python/issues/1122#issuecomment-2324805260
Thanks, putting uri in front of commands worked!
Another thing is
```
-> % pyiceberg list --help
URI missing, please provide using --uri, the
kevinjqliu commented on issue #1122:
URL:
https://github.com/apache/iceberg-python/issues/1122#issuecomment-2324786219
> ➜ pyiceberg --help
Usage: pyiceberg [OPTIONS] COMMAND [ARGS]...
can you try
```
pyiceberg --uri http://localhost:8181 list
```
from https://py.icebe
kevinjqliu commented on issue #1122:
URL:
https://github.com/apache/iceberg-python/issues/1122#issuecomment-2324776148
Looks like the catalog inference code requires the URI to include `http` in
front
https://github.com/apache/iceberg-python/blob/dc6d2429aafbffc626cba53aaac3f6198fc3
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