- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 10:47 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2019 10:23 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2019 10:23 PM
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.