Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Since I am a Talend newbie, my apologies if this has been address already.
So, we have created a couple of content groups to store context variables for database connection, file path, etc.
Now, when we deploy and run these jobs to various environments (DEV, TEST, PROD), how do the jobs which which environment it's running on? Do we need to define DEV, TEST, PROD using some sort of environment variable in each environment?
Thanks.
You select the right context when you create the task in TAC. It is the context option when you create a task in TAC. The context will list DEV, TEST, PROD as per what you have specified in the Studio when defining your context groups. Selecting the context means the job will be executed with the default values you specified in the studio for that context. You can still override specific context variables in the TAC.
I get the gist, but I am not sure what script file you are referring to. I launch the jobs using TAC - so, is there a config file in TAC that I can update?
You select the right context when you create the task in TAC. It is the context option when you create a task in TAC. The context will list DEV, TEST, PROD as per what you have specified in the Studio when defining your context groups. Selecting the context means the job will be executed with the default values you specified in the studio for that context. You can still override specific context variables in the TAC.
How do you override the individual context variables from within the TAC? I see where you set the context (DEV/TEST/etc) in the Job Conductor, but how do you set the actual variables?