saikoneru1997 / Azure_DataFactory

0 stars 0 forks source link

SCD_Type_1_DF #30

Closed saikoneru1997 closed 2 weeks ago

saikoneru1997 commented 2 weeks ago

We are implementing scd type 1 which means upsert if source columns and target columns are diferent we can use mapping concept here

source data

Image

target column

Image

so here we need to use mapping

Image

Use upsert and key columns

Image

saikoneru1997 commented 2 weeks ago

after loading the data

Image