-
Notifications
You must be signed in to change notification settings - Fork 182
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
[SQL] Allow for running of SQL on the Python global() namespace #2740
Comments
I have a small change that implements this within the python |
yes feel free to open up a PR! happy to review it. |
This builds a catalog based on the python globals and locals visible to the caller at the point where the `sql` query function is called, in the case where a catalog is not supplied. Otherwise, the catalog is final and must contain necessary tables. resolves #2740
example:
The text was updated successfully, but these errors were encountered: