extension-template icon indicating copy to clipboard operation
extension-template copied to clipboard

Notify existing Community Extensions of changed API

Open samansmink opened this issue 3 months ago • 2 comments

The updated extension API entrypoint from DuckDB v1.4 will require some work from many community extension maintainers. We'll automatically create an issue in the affected repositories pointing to this issue.

The easiest way to understand what needs to change is to look at the extension template PR that applies the changes.

If you want to prepare your extension before the DuckDB v1.4.0 is out, check out this example on how to use ref_next in the PR where the quack extension is bumped: https://github.com/duckdb/community-extensions/pull/548

samansmink avatar Sep 04 '25 10:09 samansmink

Thanks for the notification!

dentiny avatar Sep 05 '25 12:09 dentiny

Is this update what has left the prql extension behind? Not having any success using it from the wasm console. Installing locally gives:

INSTALL prql FROM community;
HTTP Error:
Failed to download extension "prql" at URL "http://community-extensions.duckdb.org/v1.4.0/osx_arm64/prql.duckdb_extension.gz" (HTTP 403)

Candidate extensions: "parquet", "mysql", "sqlite", "sqlite3", "mysql_scanner"
For more info, visit https://duckdb.org/docs/stable/extensions/troubleshooting?version=v1.4.0&platform=osx_arm64&extension=prql

haydenflinner avatar Sep 17 '25 03:09 haydenflinner