Tom Ebergen
Tom Ebergen
Hi @whatsthecraic, Thank you for filing the issue! We will take a look and try to finish the iceberg read regardless of the operation type. We don't have a snowflake...
> @Tmonster would you accept a PR where we do a similar change as in pyiceberg? > https://github.com/apache/iceberg-python/pull/1263 Hi @nicornk, Yes, happy to accept a PR that will assume an...
Hmm, it should work with a relative path. Can you run the following and describe the output? ``` select manifest_path from iceberg_metadata('file://Users/mattiasthalen/Repositories/adventure-works/lakehouse/bronze_20250213053036/raw__adventure_works__addresses') ``` Also, do you have a way to...
Closing this since there hasn't been any activity for a while. @mattiasthalen if this issue persists on duckdb v1.3.0, feel free to reopen. If you could include a reproducer that...
Hi, Thanks for filing this issue. I have not been able to reproduce it yet. Can you answer the following for me? - Do you see the line `-- Load...
Closing as it seems this is resolved. @youattd please reopen if not the case
Hi, can you let me know if this is still an issue with the latest duckdb v1.2.2? When running `which_secret` without the scope also return `secret1`?
Hi, thanks for the issue. We haven't added support for non-s3 backed storage types yet (i.e GCS/azure/etc.). We are working on it and will post here when it is available.
Meanwhile, one thing you could try is calling `iceberg_scan(')`. I understand this won't unlock the standard REST functionality, but it could be a nice temporary work around
Should be fixed with https://github.com/duckdb/duckdb-iceberg/pull/417 and https://github.com/duckdb/duckdb-iceberg/pull/411