saikoneru1997 / Azure_DataFactory

0 stars 0 forks source link

SCD_Type_2_DataFlow #31

Closed saikoneru1997 closed 2 weeks ago

saikoneru1997 commented 2 weeks ago

SCD Type-2 in Dataflow

first read the files and table

Image

Now do left join (file with table)-so we get all records from left table matched records from right table and nulls from right table whihc are not matched

take required columns

Image

use conditional split

Image

expire the records then insert all the records which are available from file as active=1

Image