I\'m working on an application in Python that does an ETL, using SQLAlchemy. For this I\'m looking to do an UPSERT. I tried using the SQLAlchemy .merge()
UPSERT
.merge()