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
Starting from sqlalchemy 1.4.42, the function _rfc_1738_quote has be renamed. This leads to an ImportError when using trino with this version of sqlalchemy.
Expected behavior
Usage of trino with sqlalchemy 1.4.42.
Actual behavior
Starting from sqlalchemy 1.4.42, the function
_rfc_1738_quote
has be renamed. This leads to an ImportError when using trino with this version of sqlalchemy.trino-python-client/trino/sqlalchemy/util.py
Line 6 in 59473d7
Steps To Reproduce
Import trino 0.318.0 and sqlalchemy 1.4.42
Log output
No response
Operating System
Debian GNU/Linux 11
Trino Python client version
0.318.0
Trino Server version
400
Python version
3.10.0
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: