Guilherme Torres Castro

Results 30 comments of Guilherme Torres Castro

I've looked, and using the `by` keyword in a extension enforces me to add a default value to my domain constructor, which is not desired. I tried to use noArg...

@Fokko done :)

@Fokko Can you please take a look in this?

> Sorry, I missed this one No problem at all. I have renamed the property to use dash instead of `_`.

Using `METADATA_SCHEMA` works, but how to specify METADATA_SCHEMA when directing attaching ducklake using cli? `duckdb ducklake:...`

With the release of Python 3.14 and free threading, I think this is going to be way more beneficial.

I am also facing this issue. `ducklake_merge_adjacent_files` runs for 30min with ~ 1.2GB of ram usage and then it's starting growing to 10GB+ and I got an OOM.

@sungwy When using overwrite how can we compare fields between source and target? like: ``` source.id = target.id and source.updated < target.updated ```

Create the PRs #1029 and #1033 to fix it.