destinations.impl.sqlalchemy.merge_job
SqlalchemyMergeFollowupJob Objects
class SqlalchemyMergeFollowupJob(SqlMergeFollowupJob)
Uses SQLAlchemy to generate merge SQL statements.
Result is equivalent to the SQL generated by SqlMergeFollowupJob
except for delete-insert we use concrete tables instead of temporary tables.