0

Dataflow Templates

I have a set of transformations which represent the steps needed to happen during a daily incremental update - for each records from the source a flag is set on the destination and a new record is inserted in case of Update, or a just a flag is set on the destination in case of Delete or just insert happens on the destination in case of branch new entry in the source.

So, I have a, which logic I need to replicate around 200 times for all my tables.

 

It would be nice to define this logic once and just change the properties / mappings for each table.

0 comments

Please sign in to leave a comment.