Burak Emre Kabakcı
Burak Emre Kabakcı
There is even a check in the code for the file existence so I'm not sure what the issue is: https://github.com/duckdb/duckdb/blob/0e0fd210cde56142e4c4630bd529d45fb9740480/scripts/jdbc_maven_deploy.py#L147
@Mause is right on spot here. The issue still exists in master.
It seems like the filesystem implementation is not done yet, so none of the `opfs://` files can be queried. It's only supported in `duckdb.connect` as of today. This feature could...
It's currently impossible to use Pyiceberg to read data from Iceberg tables generated via Snowflake because of how they implemented but I find it unlikely that they will fix the...
That sounds like a good plan @kevinjqliu !
So here is a query it executed: ``` CREATE OR REPLACE VIEW universql_demo.gold.finwire_cmp AS SELECT * FROM ICEBERG_SCAN('s3://universql-us-east-1/universql_demo.gold.finwire_cmp/metadata/00000-bb6ca3a2-ed72-4c10-9f26-dc6609948db7.metadata.json') ``` Unfortunately, DuckDB returns `IOException('IO Error: No snapshots found')` error if the...
This would be a great addition, I am thrilled to see a PR already! I was struggling to use the `ToolpadApp` from Next.app as I didn't want to run the...
Heyo! What's the direction you folks are heading to, is it something that will be supported? Thanks!