Thursday, September 24, 2015

How to Pass context values from a parent Job to a child Job in Talend

In parent package set context values and make sure you have checked "Transmit whole context"
Select this check box to get all the context variables from the parent Job. Deselect it to get all the context variables from the child Job.
If this check box is selected when the parent and child Jobs have the same context variables defined:
  •  Variable values for the parent Job will be used during the child Job execution if no relevant values are defined in the Context Param table.
  • Otherwise, values defined in the Context Param table will be used during the child Job execution.

Cheers!
Uma

1 comment:

  1. Hi Uma,
    Can you please explain reverse case in above example? How we can get values from Child job to Parent Job?

    Thanks.

    ReplyDelete