Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello
I have a simple job and when I execute it, I xan see the number of row handled by talend. see attached pic:
then I want this job to be a child job.
here is my parent job which includes this child job (see attached pic)
when I execute this parent job, talend does not display the number of line handled in the child job (see attached pic).
how can I display it?
Hi
You can't see the statistics of child jobs when running the parent job in studio. Generally, monitor the flow, capture the flow statistics using tFlowMeterCatcher and output them to a log file or DB.
About tFlowMeterCatcher component, please refer to the component documentation.
https://help.talend.com/r/en-US/8.0/logs-and-errors/tflowmetercatcher-standard-properties
Regards
Shong