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
AttributeError: 'TrinoSQLCompiler'objecthasnoattribute'visit_try_cast'Theaboveexceptionwasthedirectcauseofthefollowingexception:
# <Lots of detailed error messages>UnsupportedCompilationError: Compiler<trino.sqlalchemy.compiler.TrinoSQLCompilerobjectat0x1696e8d60>can't render element of type <class 'sqlalchemy.sql.elements.TryCast'> (Backgroundonthiserrorat: https://sqlalche.me/e/20/l7de)
Operating System
macOS Sonoma 14.5
Trino Python client version
0.329.0
Trino Server version
426
Python version
3.10.2
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Expected behavior
sqlalchemy.sql.try_cast
should work.Actual behavior
It doesn't work.
Steps To Reproduce
Log output
Operating System
macOS Sonoma 14.5
Trino Python client version
0.329.0
Trino Server version
426
Python version
3.10.2
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: