Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-12-08 Thread via GitHub
Fokko commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2526175930 Hey @dongsupkim-onepredict unfortunally the `tabulario/iceberg-rest` is deprecated in favor of `apache/iceberg-rest-fixture`. You should be able to use Postgres as a backend, b

Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-12-07 Thread via GitHub
dongsupkim-onepredict commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2525449672 @sungwy Thanks for help, But unfortunately it lacks postgres driver for catalog internal database that I'm using instead of default sqliteDB. Don't you have any

Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-12-06 Thread via GitHub
sungwy commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2524880844 Hi @dongsupkim-onepredict ! Please try using this docker image from the dockerhub instead: `apache/iceberg-rest-fixture` I'm closing this issue as there is now a table_e

Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-12-06 Thread via GitHub
sungwy closed issue #1378: table_exists error raisng 400 error code URL: https://github.com/apache/iceberg-python/issues/1378 -- 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

Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-12-05 Thread via GitHub
kevinjqliu commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2521088744 yep, in #1389 -- 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

Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-12-04 Thread via GitHub
dongsupkim-onepredict commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2519027059 Is there any plan to update the RestCatalog Docker image regarding this issue? -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-12-04 Thread via GitHub
kevinjqliu commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2518314777 > type=NamespaceNotEmptyException, message=Namespace test_ns is not empty. 10 tables exist.) it seems like the issue is from the rest catalog itself. the `drop_nam

Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-12-04 Thread via GitHub
dongsupkim-onepredict commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2516459687 @kevinjqliu sure. :) ``` from pyiceberg.catalog import load_catalog _catalog.table_exists(identifier=(namespace, table_name)) rest_catalog_config

Re: [I] table_exists error raisng 400 error code [iceberg-python]

2024-11-26 Thread via GitHub
kevinjqliu commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2501517247 hi @dongsupkim-onepredict thanks for raising this issue. can you also include the python code that cause this error? -- This is an automated message from the Apache Git

[I] table_exists error raisng 400 error code [iceberg-python]

2024-11-25 Thread via GitHub
dongsupkim-onepredict opened a new issue, #1378: URL: https://github.com/apache/iceberg-python/issues/1378 ### Apache Iceberg version 0.8.0 (latest release) ### Please describe the bug šŸž pyiceberg 0.8 It raises a 400 status exception even though the table exists. I’m