In the Data Integration layer, how to use job executor and what is the use of it.
Signup/Login with your account
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Job Executor step is used in a transformation to:
1. Dynamically execute a child job (sub-job/graph) based on input data.
2. Manage parameterized job executions for batch or iterative processing.
3. Row-by-Row Execution: Executes the job for each row passed to the Job Executor step.
You can find the example on how to use it here :
Job Executor