To run the Transform map sequentially

snehalkhare
Kilo Guru

Hi All,

I have a script to run the transform on the staging tables , but I want to run the transform maps in such a manner that a particular transform runs first , the second should run only when the first transform is completed and so on . How to achieve this?

Regards,

Snehal Khare 

1 ACCEPTED SOLUTION

snehalkhare
Kilo Guru

Found a solution to this. In the script where I was doing the transformation , stored all the tables in the required sequence on an array. This helped be run the transform maps sequentially in the required order.

View solution in original post

5 REPLIES 5

snehalkhare
Kilo Guru

Found a solution to this. In the script where I was doing the transformation , stored all the tables in the required sequence on an array. This helped be run the transform maps sequentially in the required order.