We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7fb76 commit 2f8f771Copy full SHA for 2f8f771
python/openmldb/sql_magic/sql_magic.py
@@ -44,6 +44,7 @@ def sql(self, line, cell=None):
44
print("Success to execute sql")
45
46
def register(db, test=False):
47
+ global get_ipython
48
if test:
49
from IPython.testing.globalipapp import get_ipython
50
ip = get_ipython()
0 commit comments