Open Armadik opened 1 year ago
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 problem is solved by fix in livy. https://issues.apache.org/jira/projects/LIVY/issues/LIVY-795?filter=allissues
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?