-
I have delta table on GCS and tried reading it with Delta extension of DuckDB
Using python library, version 1.1.0:
```
with duckdb.connect() as con:
con.execute(
"""
CREATE…
-
### What happens?
I am unable to load tha spatial queries in duckdb-swift. The `LOAD spatial` query is not working.
### To Reproduce
I have added the duckdb-swift package into my iOS project and i …
-
### What happens?
## The issue
We want to use Duck DB to process data from one point to another.
We setup a pipeline using Python. Everything runs smoothly on a VM ( Ubuntu, 16 CPUs, 64Go RAM) …
-
Hello!
This project seems to expect users to write extension in C++, right?
I'm wondering if it would be possible to write extensions in another language, such as golang?
-
## System details:
#### Positron and OS details:
Positron Version: 2024.11.0 build 140
Code - OSS Version: 1.93.0
Commit: e0d844b031f95acbf89f234a2cce2af9b6721f6c
Date: 2024-10-31T14:13:54.986Z
Brow…
-
https://duckdb.org/docs/extensions/azure
* Azure is its own extension, so this needs to be added
* Authentication is a bit bespoke - https://duckdb.org/docs/extensions/azure#authentication
* There is…
-
### What happens?
I tried to truncate a large table with both psycopg and duckdb_postgres_scanner. Psycopg is truncating table instantly. Duckdb postgres scanner takes long time than psycopg (about 2…
-
### What happens?
duckdb does not build on Windows with cmake unity build turned off - there are two different errors
1. Certain Win32 macros are enabled that conflict with symbols in duckdb sou…
-
### What happens?
Hi there,
I’ve encountered some scenarios where certain tables provided by extensions don’t support inserts. This includes tables from the extension I’m working on, as well as th…
-
already check some issue, but unable to understand how to solve this error when try to prebuild python package for "duckdb"
here is my package meta.yaml
```
package:
name: duckdb
version: "1.…