-
I've compiled the H3 extension for DuckDB and loaded it into the DuckDB binary with your extension.
```bash
$ git clone https://github.com/isaacbrodsky/h3-duckdb ./duckdb_h3
$ cd ./duckdb_h3
$ g…
-
Hi,
Thanks for all the great work on maintaining this package. I can interpret from the work being done on 0.10.0 that this requires some effort, but it's greatly appreciated.
"Out-of-tree-extens…
-
-
### Describe the enhancement requested
As a follow up to issue #15058 / PR #37298:
[Parquet's UUID logical type](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#uuid) is direc…
-
### What happens?
I'd love to see DuckDB offer additional structured, machine-readable error information when exceptions occur while processing queries. This would greatly improve the way application…
-
### What happens?
Using DuckDB CLI, both v0.10.3 70fd6a8a24 and sqlite_scanner version 50b7870.
On Linux, receive file error. Exact same file (16GB) on Windows loads.
D ATTACH '~/DataAnal…
-
```
./duckdb /home/postgres/db
COPY (select generate_series as id, md5(random()::text) as info,
now()::timestamp+(generate_series||' second')::interval as crt_time
from generate_seri…
-
Thanks for this guide, it's amazing.
It would be great to see an example using `duckdb` (with or without the spatial extension) in the geoparquet docs! (I have a very basic example with the ~ 200…
-
I'm getting this error when trying to build a model that uses `postgres_scan` in dbt-duckdb and using Buena Vista as a remote:
```
15:33:27 Runtime Error in model stg_ltss (models/staging/stg_lts…
-
I recently tested all of my data viz, new pro data tools and your SQL Tools extensions in the latest version of Azure Data Studio. Interestingly enough, Azure Data Studio, being a custom IDE built usi…