-
### What happens?
The [documentation](https://github.com/duckdb/duckdb/blob/main/extension/README.md) says that the cmake variable BUILD_EXTENSIONS defines what extensions to build.
I excluded jem…
-
It would be great to be able to install/load [DuckDB extensions](https://duckdb.org/docs/extensions/overview.html) as simply as:
```yaml
---
sql:
install: [json, fts, icu, spatial, vss]
tab…
-
### Current Behavior
```plpgsql
postgres=# create extension pg_duckdb;
WARNING: To actually execute queries using DuckDB you need to run "SET duckdb.execution TO true;"
CREATE EXTENSION
postgres…
-
Not a high priority but would be an interesting spike. Beyond speedups of analytical queries (e.g. `/api/document/{document_id}/total_pop`, this would allow for GerryDB views to be read from blob stor…
-
I've been fairly impressed by my testing of DuckDB. The speed of their SQL engine is really impressive. And they have a very impressive Parquet reader too (or at least the interaction with it through …
-
### What happens?
If the buckets policy only allows IAM enabled access it is not possible to use COPY TO s3://... to write out a parquet file.
The below diff make it possible to write to a local…
-
### Short description of current behavior
### Video or screenshots
_No response_
### Expected behavior
_No response_
### How to reproduce the error
> 024-10-07 06:21:28,873 http…
-
### 🚀 The feature
`duckdb` is not listed among the supported connectors. It would be great to see support and/or documentation showing pandas-ai running with the latest duckdb-sql backend.
### …
-
I'm having a small issue when trying to install {duckdb} extensions on my Windows machine. I suspect this is because duckdb is pointing to a `http` url, instead of a `https` url. See reprex and R sess…
-
![image](https://github.com/duckdb/duckdb-rs/assets/32380374/34693827-698b-4051-9382-ddbc8415f718)
OS: Windows 11 23H2
RUST Toolchains: rustc 1.76.0 (07dca489a 2024-02-04)
err msg:
```
er…