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
I'm testing the extension a little bit. For now I'm just trying to connect to a Trino database through OAuth2Authentication without testing the other features (autocompletion/syntax highlighting).
When I try to configure that auth I get a pickle error:
Since I couldn't solve it and had no answer here I ended up not using this repository, but taking it as inspiration to develop what we needed from ipython-sql directly by creating our own magic command.
Hello folks!
I'm testing the extension a little bit. For now I'm just trying to connect to a Trino database through OAuth2Authentication without testing the other features (autocompletion/syntax highlighting).
When I try to configure that auth I get a pickle error:
%config Trino.auth=trino.auth.OAuth2Authentication()
->ERROR:root:cannot pickle '_thread.lock' object
Any ideas on how I could deal with it?
The text was updated successfully, but these errors were encountered: