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
Describe the bug %%sql magic function not working TypeError: required field "type_ignores" missing from Module
TypeError: required field "type_ignores" missing from Module
To Reproduce
%%sql show databases;
Expected behavior Works similar to python 3.6
Screenshots
Versions:
I have tried downgrading the ipython package to 7.33.0 . But it did not help Any ideas what is the reason?
The text was updated successfully, but these errors were encountered:
The problem is solved by fix in livy. https://issues.apache.org/jira/projects/LIVY/issues/LIVY-795?filter=allissues
Sorry, something went wrong.
No branches or pull requests
Describe the bug
%%sql magic function not working
TypeError: required field "type_ignores" missing from Module
To Reproduce
Expected behavior
Works similar to python 3.6
Screenshots
Versions:
I have tried downgrading the ipython package to 7.33.0 . But it did not help
Any ideas what is the reason?
The text was updated successfully, but these errors were encountered: