-
Hi, I have a query that doesn't work in DuckDB v1.1.1 that Framework ships with, but does work as of at least v1.2.2. Is there a way to get a more recent version of DuckDB to run in Framework? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
A hack, but manually editing
works for my use case. Of course, the change is temporary and running Patch:
|
Beta Was this translation helpful? Give feedback.
-
The issue here is that the DuckDB-Wasm distribution doesn’t correctly update the |
Beta Was this translation helpful? Give feedback.
-
Anyone who happens to follow this approach, please be aware of a recent supply chain compromise to DuckDB packages: DuckDB NPM packages 1.3.3 and 1.29.2 compromised with malware Also note that the latest tag for duckdb-wasm is now 1.30.0. |
Beta Was this translation helpful? Give feedback.
A hack, but manually editing
node_modules/@observablehq/framework/dist/duckdb.js
and setting:works for my use case. Of course, the change is temporary and running
yarn upgrade
will blow it away and revert back to the framework distribution.Patch: