-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
Expected behavior
Im trying to describe some table schema that contains a column that is MAP data type but getting the following exception:
sqlalchemy.exc.CompileError: (in table 'MY_TABLE', column 'SOME_COLUMN'): Compiler <trino.sqlalchemy.compiler.TrinoTypeCompiler object at 0x110fb7d30> can't render element of type MAP
AttributeError: 'TrinoTypeCompiler' object has no attribute 'visit_MAP'
Actual behavior
AttributeError: 'TrinoTypeCompiler' object has no attribute 'visit_MAP'
Steps To Reproduce
create a new db connection and try to get a table schema
Log output
No response
Operating System
MacOS
Trino Python client version
0.326.0
Trino Server version
419
Python version
Python 3.9.17
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels