andrey_tatarinov
05/26/2022, 3:22 PMSQLConnector in SDK.
What was the reasoning behind echo=True parameter in create_sqlalchemy_engine ?
In my case it results in some of the SQL logs being printed to stdout, which results in parse errors in receiving target.andrey_tatarinov
05/26/2022, 3:23 PMecho=False fixed this issue.aaronsteers
05/26/2022, 3:30 PMandrey_tatarinov
05/26/2022, 3:41 PMsqlalchemy.engine.Engine can be added for debug purposes