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

Bug: Notebook env doesn't seem to work #3447

Closed
predictiple opened this issue Apr 23, 2024 · 1 comment
Closed

Bug: Notebook env doesn't seem to work #3447

predictiple opened this issue Apr 23, 2024 · 1 comment
Milestone

Comments

@predictiple
Copy link
Contributor

SELECT 
       notebook_create(
         name="notebook2",
         artifacts=["Notebooks.VQLx2"],
         env=dict(mystring="hello"))
FROM scope()

But then in the notebook2 notebook SELECT mystring FROM SCOPE() errors with "Symbol mystring not found. Current Scope is..."

Tested with version:
version: 0.72.0
commit: f72e911
build_time: "2024-04-23T15:37:26Z"

@scudette scudette added this to the 0.73 Release milestone Aug 27, 2024
@scudette
Copy link
Contributor

Fixed by #3741

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants