Open junhl opened 2 months ago
@junhl I am experiencing this issue as well - looks like the Delta extension in v1.1.0 is accidentally pointing to S3 instead of GCS.
NOTE: downgrading to version 1.0.0 fixed the problem for me.
Thanks @stele-and-rivers-001 - I also confirm it is working in 1.0.0 - looks like there was an accidental change as you said in 1.1.0.
I faced the same problem in version 1.1.2, is there any update for this problem ?
I have delta table on GCS and tried reading it with Delta extension of DuckDB
Using python library, version 1.1.0:
This leads to
The error message indicates it tried as S3 instead of GCS, which wouldn't work.