Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support duckdb 1.1.0, update globals() for scanning #2279

Merged
merged 5 commits into from
Sep 10, 2024

Conversation

mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Sep 9, 2024

duckdbs scanning must have changed in 1.1.0 such that we need to augment the default globals() with the notebook globals(). this feels more correct, but I am unsure why this worked previously.

Fixes #2277 #2272

Copy link

vercel bot commented Sep 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 3:56am
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 3:56am

@akshayka
Copy link
Contributor

Updated to eval with the correct globals instead of mutating the module globals.

@akshayka akshayka merged commit 9b00451 into main Sep 10, 2024
30 checks passed
@akshayka akshayka deleted the ms/pass-globals branch September 10, 2024 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unable to run sql even in the sql tutorial
2 participants