adamcodes716 commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2669552190
> catalog = load_catalog(
> "nessie",
> **{
> "uri": "http://nessie:19120/iceberg/main";,
> "warehouse": "warehouse",
> "s3.endpo
gmweaver commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2643732451
I confirmed that it is using S3 configs set in the catalog and not those
configured on the Nessie Server, the following works:
```
catalog = load_catalog(
"nessie
gmweaver commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2643719088
I ran into the same issue as @cee-shubham and my initial guess is that S3
bucket authentication is not using the S3 keys configured on the server and is
instead trying to use loc
sean-pasabi commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2416749448
Hey @cee-shubham, did you mean @edgarrmondragon, because I haven't given any
code?
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
cee-shubham commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2416449237
@sean-pasabi I have followed your code, and while the namespace and table
were successfully created and are visible in the MinIO bucket, I encountered an
error when appending
sean-pasabi commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2416033002
@edgarrmondragon I have a similar `.pyiceberg.ymal`, but without the token.
I am using minio which requires additional work to add some sort of OAuth2
flow, and I would be sur
sean-pasabi commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2414642909
@cee-shubham I am having a similar issue. If someone has managed to load a
Nessie catalog using pyicebergs `RestCatalog`, that would be greatly
appreciated.
--
This is an a
cee-shubham commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2379053049
RestCatalog class seems to live in pyiceberg.catalog.rest:
yeah i tried that only
Tried this also:catalog = load_catalog("rest", )
but while giving optional config
cee-shubham commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2379058126
my coder is:
from pyiceberg.catalog import load_catalog
from pyiceberg.exceptions import NamespaceAlreadyExistsError
# Define the catalog configuration
catalog_t
XN137 commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2378950088
`RestCatalog` class seems to live in `pyiceberg.catalog.rest`:
https://github.com/apache/iceberg-python/blob/c30e43adf94a82ec1a225d3a1bf69fface592cfd/pyiceberg/catalog/rest.py#L24
cee-shubham commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2378847628
generally speaking you use the REST catalog these docs may help:
https://py.iceberg.apache.org/configuration/#rest-catalog
i have already tried it but it did not wo
cee-shubham commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2378455568
I want to create iceberg tables using pyiceberg and store it in minio store,
so for this i have created docker containers for services named as: nessie,
minio, dremio
Earli
dimas-b commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2146229908
It might be best to talk about Nessie releases in the project's Zulip chat
(the join link is on projectnessie.org) :)
--
This is an automated message from the Apache Git Service
chayalipy commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2145889373
Is there a release date?
--
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
dimas-b commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2145848086
ATM, Nessie [has Iceberg REST
API](https://github.com/projectnessie/nessie/pull/7043) on `main`, but it's not
released yet.
--
This is an automated message from the Apache Git
Fokko commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2145832215
It looks like that
[Nessie](https://www.dremio.com/press-releases/dremio-reinforces-ongoing-commitment-to-open-lakehouses-with-new-support-for-apache-iceberg-rest-catalog-specificati
alonahmias commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2145800170
Hi, we would like to contribute to this issue, is it possible?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
RobPrat commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2007643836
I would also like to know if it is estimated to be worked on soon, I'd find
it very useful. Thx!
--
This is an automated message from the Apache Git Service.
To respond to the m
fraibacas commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2004518219
@ajantha-bhat Any rough idea about when this will be available? thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
ajantha-bhat commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-1936796644
@jbonofre might take it up after java 1.5.0 release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
seunggs commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-1936322637
Any update on supporting nessie catalog?
--
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
zeddit commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-1770291671
looking forward for this feature to conduct testing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
22 matches
Mail list logo