-
* Update DuckDB connector errors to align with error guidelines
DuckDB doesn't use the generic DataConnectorError::InvalidTableName to provide an unified and actionable error message on invalid table…
-
### What happens?
Recently, we tried this extensions instead of using a standalone duckdb instance. When we run a simple `SELECT` query on parquet files, it's 2-20 times slower than DuckDB.
Profil…
-
The following duckdb CAPI fucntions are not used in ruby-duckdb.
Think about the followings and decide to implement method (or class) in ruby-duckdb.
- [ ] Think about duckdb_create_varchar
- [ ]…
-
### Content Type
Guide
### Article Description
This guide will walk developers through setting up a DuckDB playground environment using Python, Daytona and DevContainers. We'll cover:
1. Intro…
-
If you want to manually configure your DuckDB instance, you can create a custom `sql` definition using the `DuckDBClient.sql` function. This returns a callback that abstracts and hides access to the u…
-
I did a quick search for duckdb vs clickhouse benchmarks. It seems duckdb is a bit faster and more lightweight.
yonas updated
2 months ago
-
**Describe the bug**
Trying to explore from/with dbt:
```
sdf dbt init
Finished dbt in 0.329 secs
error: SDF1013: YAML error: missing field `target`
```
Fails. However, I have a `pro…
-
When developing https://github.com/paleolimbot/duckdb-nanoarrow it was apparent that we need the ability to inject an `ArrowBufferAllocator` into the `ArrowIpcArrayStreamReader` for clients that need …
-
### What happens?
I got some `duckdb.duckdb.InvalidInputException: Invalid Input Error: Attempting to execute an unsuccessful or closed pending query result` error in my web service. But when I teste…
-
## Description
I'm trying to update a pipeline to use the new ibis.FileDataset. My pipeline reads in csv files, but writes them to duckdb for all data engineering operations. My current catalog is:
…