You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first I thought the problem occurred only when I run uv run marimo edit, but then I realized the difference is actually what DuckDB version I have installed. After upgrading my global installation, I got the bug again with uv.
I can repro this. What is odd is that duckdb.sql directly works, but mo.sql does not, which just calls duckdb.sql. My guess is it has something to do with python globals() that it normally picks up
Describe the bug
At first I thought the problem occurred only when I run
uv run marimo edit
, but then I realized the difference is actually what DuckDB version I have installed. After upgrading my global installation, I got the bug again with uv.Environment
marimo env
: (no bug)uv run marimo env
: (bug occurs)marimo env
: (after DuckDB upgrade, bug occurs)Code to reproduce
The text was updated successfully, but these errors were encountered: