kevinjqliu commented on issue #2122: URL: https://github.com/apache/iceberg-python/issues/2122#issuecomment-3005241028
@ccancellieri thanks for raising this! We've seen similar issues from other Iceberg REST Catalog implementations (such as Nessie). I think its a good idea to relax the constraint when parsing the response from v1/config. I made a few changes to #2148 > Another issue is that list_namespaces() and list_tables() are failing in a similar way since BigLake is not returning an empty list but we could survive catching the exception and creating the first namespace and table, this works and after that all the calls are working fine. I'm hesitant to change it for `list_namespaces` and `list_tables`. BigLake's REST catalog API should be fixed to adhere to the Iceberg Rest Spec. -- 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