marimo-team/marimo

[sql] missing schema reference in cell with CREATE OR REPLACE TABLE

Closed this issue · 0 comments

Describe the bug

In the following notebook, my_db should be a reference of the third cell, but it isn't (ignore the error message).

Image

Furthermore, if I manually re-run this cell, my_db is incorrectly added as a definition of the third cell:

Image

Environment

0.9.16

Code to reproduce

No response