Add a script after the dataflow. In the script, do like below
sleep(6000);
sql('datastorename','<Postloadcommand>');
It is better to use a script instead of post load command, because we tend to forget the post load commands very easily.
Arun
Add a script after the dataflow. In the script, do like below
sleep(6000);
sql('datastorename','<Postloadcommand>');
It is better to use a script instead of post load command, because we tend to forget the post load commands very easily.
Arun