From ed79a60bb66f7479d1e23a81a62a32acd915b350 Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Sat, 23 May 2026 07:23:13 +0000 Subject: [PATCH 1/3] docs: point FAQ DuckDB link to community extension Co-Authored-By: Claude Opus 4.7 --- web/website/content/faq.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/website/content/faq.md b/web/website/content/faq.md index 7e6a2bf05b26..b2cc4b88b555 100644 --- a/web/website/content/faq.md +++ b/web/website/content/faq.md @@ -22,8 +22,9 @@ way is with our integrations: magic. As well as connecting to existing DBs, our integration with DuckDB enables querying pandas dataframes, CSVs & Parquet files, and writing the output to a dataframe. -- **[DuckDB extension](https://github.com/ywelsch/duckdb-prql)** — is a DuckDB - extension which allows querying a DuckDB instance with PRQL. +- **[DuckDB extension](https://duckdb.org/community_extensions/extensions/prql)** + — is a DuckDB community extension which allows querying a DuckDB instance + with PRQL. It's also possible to query PRQL from your code with our [bindings](/#bindings) for R, Rust, Python & JS. For an example of using PRQL with DuckDB, check out From 4e8b07336894f74cdf101cf4946388d43a35de45 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:23:28 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- web/website/content/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/website/content/faq.md b/web/website/content/faq.md index b2cc4b88b555..4f9944856b88 100644 --- a/web/website/content/faq.md +++ b/web/website/content/faq.md @@ -23,8 +23,8 @@ way is with our integrations: enables querying pandas dataframes, CSVs & Parquet files, and writing the output to a dataframe. - **[DuckDB extension](https://duckdb.org/community_extensions/extensions/prql)** - — is a DuckDB community extension which allows querying a DuckDB instance - with PRQL. + — is a DuckDB community extension which allows querying a DuckDB instance with + PRQL. It's also possible to query PRQL from your code with our [bindings](/#bindings) for R, Rust, Python & JS. For an example of using PRQL with DuckDB, check out From d745e7ec83914747531ba13b85bbced637cea88d Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Sat, 23 May 2026 07:26:49 +0000 Subject: [PATCH 3/3] docs: update homepage DuckDB integration link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same fix as for the FAQ — point at the canonical community-extension landing page instead of the old ywelsch/duckdb-prql fork. Co-Authored-By: Claude --- web/website/content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/website/content/_index.md b/web/website/content/_index.md index 4af0e31dd520..ebe4ef795289 100644 --- a/web/website/content/_index.md +++ b/web/website/content/_index.md @@ -183,8 +183,8 @@ integrations_section: with a pandas DataFrame." - label: "DuckDB" - link: https://github.com/ywelsch/duckdb-prql - text: A DuckDB extension to execute PRQL + link: https://duckdb.org/community_extensions/extensions/prql + text: A DuckDB community extension to execute PRQL - label: "QStudio" link: https://www.timestored.com/qstudio/prql-ide