#49. Azure Data Factory - Implement Upsert logic in Mapping data flow.

Опубликовано: 13 Октябрь 2024
на канале: All About BI !
19,431
183

Upsert logic is synonymous to Slowly Changing Dimensions Type 1. Based on a key column we will decide whether to insert an incoming row or update it in the sink database. Watch this video to see how do we implement it in ADF. Use the sample file from git repository to try this exercise.