geoHeil
geoHeil
same here - on osx apple silicon https://github.com/prefix-dev/pixi/discussions/1810 reproducible for a list of packages even for rather simple dependency graphs: ```toml [dependencies] python = "3.11" pip = ">=24.2" [pypi-dependencies] dbt-core...
> > same here - on osx apple silicon #1810 reproducible for a list of packages > > even for rather simple dependency graphs: > > ```toml > > [dependencies]...
https://github.com/prefix-dev/pixi/issues/1917 is probably related
have you tested the new 3.x version with the V5 models?
what model version do you use? the new one or the old one?
Sounds like it should be. Would you want to raise a PR?
Hm I am a bit tight in the next weeks just as well.
I think the UI of duckdb is magnificent and better than many of PG UIs. It would be neate if this could be called/started straight also from PG.
Changing the dockerfile and adding ``` RUN mkdir -p /var/lib/postgresql/.duckdb/extension_data/ui ``` and in SQL ``` SELECT * FROM duckdb.raw_query($$ CALL start_ui(); ; $$); ``` shows ``` result: result VARCHAR [...
For me I cannot get this to work even when enabling the port ```yaml ports: - "5434:5432" - "4213:4213" "Ports": { "4213/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "4213" }, {...