We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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..."
SELECT mystring FROM SCOPE()
Tested with version: version: 0.72.0 commit: f72e911 build_time: "2024-04-23T15:37:26Z"
The text was updated successfully, but these errors were encountered:
Fixed by #3741
Sorry, something went wrong.
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: