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

Kamal17
Kilo Sage

Hi,

1. If all your transform maps belong to same data source,

In this case, open your Data Source record and then you can use the order field in the transform map related list to specify your order.

2. If all your transform maps belong to different data sources,

In this case, you can try creating Scheduled Data Imports where you can specify 'Parent' for each job. This will ensure that your transform maps execute sequentially.

 

Mark Correct if this solves your issue. Hit Like/Helpful based on the impact.

Regards,

Udhay

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,


So you have transform maps on same target table or different target table.


Thanks,
Ashutosh

Different target tables.

Regards,

Snehal

HI,


Then Create A schedule Data import and use give one parent. After the parent completes the child will be triggered and that too in sequential manner, this manner is decided by order.

see below screen shot:


Thanks,
Ashutosh Munot