Turning implicit context loading on and off in a job
Implicit context load can sometimes be annoying, especially when you have many variables, and you are running test jobs. It can sometimes be hard to see the wood from the trees. This exercise show how you can turn off implicit context load if you wish to do so.
Getting ready
Open the jo_cook_ch06_0040_turnOffImplicit
job.
How to do it...
The steps for turning implicit context load on and off in a job are as follows:
Open the Job tab.
Select the Extra tab.
Uncheck Use Project Settings.
Uncheck Implicit tContextLoad. Your Job tab should look like the one shown as follows:
Run the job, and you will see that the initial context load is no longer performed.
How it works...
Talend allows the option to perform an implicit tContextLoad
to be turned off for individual jobs within a project.