You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Hi,
Wonderful project for SQL at Jupyter. Let me add a question with below usage case.
Usage senario:
With cell magic, "drop if exist tmptab; creat temp tab" failed as no table. it might be failed as it execute as a statement i
postgres+psycopg2 env.
With two cell magic using a connection, it is okay.
With two line magic, how to specify a specific connection.
When engine configed with threadlocal and max 1, overflow 0, this case can be solved.
But, I like to use line magic in a function(not in cell magic) and parallel model for this case.