Re: [I] CLI list not working [iceberg-python]

2025-03-03 Thread via GitHub
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

Re: [I] CLI list not working [iceberg-python]

2024-09-04 Thread via GitHub
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

Re: [I] CLI list not working [iceberg-python]

2024-09-03 Thread via GitHub
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

Re: [I] CLI list not working [iceberg-python]

2024-09-02 Thread via GitHub
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

Re: [I] CLI list not working [iceberg-python]

2024-09-02 Thread via GitHub
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

Re: [I] CLI list not working [iceberg-python]

2024-09-02 Thread via GitHub
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

[I] CLI list not working [iceberg-python]

2024-09-02 Thread via GitHub
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