-
I am trying to create an extension in Rust but I am not sure how to get started with the example mentioned above. How do you build it or load it into duckdb at runtime?
I got the example to build w…
-
Some additional parameters are needed for for S3-compatible cloud providers
(ie. URL_STYLE, ENDPOINT)
See https://duckdb.org/docs/extensions/httpfs/s3api.html#overview-of-s3-secret-parameters
-
1. What version of libsnowflakeclient are you using?
**1.1.0**
2. What operating system and processor architecture are you using?
**Ubuntu 24.04.1 LTS AMD64**
3. What version of C compli…
-
[DuckDB Secret manager](https://duckdb.org/docs/configuration/secrets_manager.html) allows to declare and store secrets to be used in DuckDB or the extension.
In my version of the DuckDB bigquery e…
-
### Is your feature request related to a problem or challenge?
Currently, `datafusion` does not support spatial data, any plan to support this?
### Describe the solution you'd like
Similar to…
Folyd updated
4 months ago
-
### Describe the bug
Kinda 2 issues I've seen, I think there are some improvements we can make to have the autocomplete powers of a Jupyter notebook.
There are some other issues but I saw on Discord …
-
### What happens?
Server crashes when running `citus` and `pg_duckdb` extensions on the same Postgres instance
### To Reproduce
Built `citus` 12.1.4 and `pg_duckdb` latest git on Postgre 16.4, and …
dpxcc updated
53 minutes ago
-
See DuckDB and PostgreSQL: https://www.postgresql.org/docs/current/datatype-net-types.html and https://duckdb.org/docs/extensions/inet.html
(From @ahassany via Slack).
-
First: great extension! I love having self-contained features, that can be dropped into a phoenix app with little configuration. Also, the way you integrated DuckDB is very good and it really wont cau…
-
Hi and thanks for sending the extension trough. I was curious and trying this out, but I bumped in this, and though of reporting it:
```sql
LOAD sheetreader;
FROM sheetreader('path/to/test.xlsx')…