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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo