-
Ideally this function could also support something like `nanoarrow_array_stream`?
In the integration of the `arrow` and `duckdb` packages several years ago, the `to_duckdb()` function was created o…
-
I'm getting the following error when I try to run Achilles on duckdb:
```
cdmDatabaseSchema
-
From [https://github.com/duckdb/dbt-duckdb](https://github.com/duckdb/dbt-duckdb):
> dbt-duckdb supports the delete+insert and append strategies for incremental table models, but unfortunately it doe…
-
Currently there is a separate function named `duckdb_register_arrow` available apart from `duckdb_register`, but I am wondering if these can be made into one S3 generic function.
-
Parquet file created from pandas cannot be read with compression=“brotli”
![image](https://github.com/user-attachments/assets/e086b95e-8e3a-4066-8893-571cf9993132)
Add support compression codec "B…
-
If you open a connection (e.g. `conn1` below) and then perform DDL, the original connection doesn't see the new DDL.
Here's some very basic sample code that fails:
```
use duckdb::Connection;
…
-
### What happens?
Little strange here, but noticed this broke with the 1.1.0 -> 1.1.1 change, using the `current_timestamp` keyword aliased to `"current_timestamp"` throws an error
on v1.1.1 af3…
-
### What happens?
I'm using duckdb in persistence mode and are trying to realize the following use case scenario:
1. I'm importing raw data from csv, excel, etc. to duckdb into a persistent data f…
-
Source: https://github.com/duckdb/duckdb/tree/master/test/sql/cte
- [x] insert_cte_bug_3417.test
- [x] test_bug_922.test
- [x] test_cte.test
- [x] test_cte_in_cte.test
- [x] test_cte_overflow…
-
Source: https://github.com/duckdb/duckdb/tree/master/test/sql/join
- [x] empty_joins.test
- [x] test_complex_join_expr.test
- [ ] test_complex_join_structs.test
- [x] test_complex_range_join.tes…