stmezzo

Results 2 issues of stmezzo

Hi, I'm using the pytransitions library and getting the following error when deserializing an instance of a state machine. Here is my code: ``` import jsonpickle from transitions import Machine,...

wishlist
bug
good-first-issue

When I call get_view_definition method using the following: from sqlalchemy import create_engine from sqlalchemy.engine import reflection td_engine = create_engine('teradata://user:pass@host/container?driver=Teradata') insp = reflection.Inspector.from_engine(td_engine) insp.get_view_definition("MyViewName") I get the error: : ('HY000', "[Teradata][ODBC...