Skip to content

fix: Do not write SQLAlchemy logs to stdout

Currently SQLConnector creates sqlalchemy engine with flag echo=True. It results in SQL statements being printed to stout which in turn breaks singer protocol.

Solution: turn off sqlalchemy logging to stdout.

Merge request reports