Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
BeginnerNeedsHelpPlease

display number of row treated in a child job

hello

I have a simple job and when I execute it, I xan see the number of row handled by talend. see attached pic:

0695b00000hsDnBAAU.jpg

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?

Labels (2)
1 Reply
Anonymous
Not applicable

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.

0695b00000hsFCgAAM.png 

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