RStelzig
4 years agoNew Contributor
Is it possible to perform an upsert to Postgres in SnapLogic?
Hi Everyone,
Is there an option to configure an existing Postgres snap to perform an upsert to a given table?
I am building a pipeline to create a daily feed to a postgres database and would like to capture records that have been modified or created in the source during the past day and then update existing records or insert a new record if they do not yet exist. Is this possible in SnapLogic?
I have used this functionality in other tools using an update activity with an option to insert if the record does not exist. I am newer to SnapLogic & haven’t yet come across this feature in the documentation so I wasn’t sure.
Thanks!!