-
### What happens?
When installing the postgres extension in Julia, the following error occurs:
```
Execute of query "INSTALL postgres;" failed: HTTP Error: Failed to download extension "postgres_…
-
**What**
Running this query results in a warning that query can't be pushed down and finally crashes after 20-50 seconds.
```
SELECT *
FROM parquet_predictions as predictions
WHERE
"predictions…
-
### What happens?
I've challenged to run `duckdb_wasm` sub-project test (tester).
Following `README`, I've tried to build but failed.
```
$ cmake --build .
...
Undefined symbols for archit…
-
### What happens?
When I used duckdb jdbc api to connect duckdb and fetch data, it reported the following errors
openjdk version "1.8.0_332"
```
Exception in thread "main" java.lang.UnsatisfiedLin…
-
One of the outstanding features of duckdb is its interfaces to other data sources. So far, data sources supported by duckdb are scattered around the docs under "data import", "guides/file formats" and…
-
### Expected behavior
Load dbt projects as it did before. v0.44.5 works as expected. But after that it is broken.
### Actual behavior
can't find any projects anymore:
2024-09-27 08:48:47.357 [in…
-
### What happens?
Parallel processing of adding temporary secrets with unique names results in errors.
**Full error message:**
```
java.sql.SQLException: Extension Autoloading Error: An erro…
-
When run via `meltano invoke`, the output makes sense, is readable, and meets UX parity with invoking the plugin directly.
> ```console
> aj@ajs-macbook-pro jaffle-shop-template % meltano invoke d…
-
### What happens?
DuckDB cannot load local files when the `file://` prefix is provided.
In developing the duckdb_iceberg extension with test data created by pyiceberg, @ramonvermeulen [observed…
-
I can not load extensions using the web console or my custom jupyter-lite instance (I have successfully loaded the wheel `duckdb-0.10.3-cp311-cp311-emscripten_3_1_46_wasm32.whl` and `duckdb` is workin…