Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Wait and Iterate a sql query

Hi All,
I am having a difficulty in iterating a sql query in Talend Data integration tool. My Scenraio goes like this..
I am loading a set of files into the server and the corresponding job will get triggered. I need to wait until the job gets success/failure and then proceed for further validations.
I need to iterate for a status column to be updated in the job table in the intervals of 5 mins and then check again. I need to wait then iterate then check till the status column has been updated with Success/Failure.
Only when the job status is updated with a value then only the Talend job should do further actions.
Please help me!!
Labels (2)
1 Reply
Anonymous
Not applicable

tWaitForSql --(iterate)--> tFileList --(iterate)-->tFileInputdelimited --(main flow)--> ......
Only a suggestion 😉