Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When you run a Talend Cloud Task in a given environment (DEV, QA, PROD), is it possible within the DI job to identify the environment under which the job has been run? At the moment, I have a context parameter which can have the value keyed - but I'm after one that's set by TMC when the job is run.
Hi @dsoulalioux,
Thanks for the question. As far as I am aware you need to deal with this in the same way as your on-prem solution. The only difference being that you *could* have system environment variables telling your jobs where they are running on an on-prem solution. Essentially, the easiest way to resolve this is to have a context variable which tells you. If you name your environments exactly the same way as your contexts (as shown in the knowledge base article you referenced), they will be linked
Regards
Richard
I have read this Talend knowledge base article on the subject, but it's not really what I'm after.
Hi @dsoulalioux,
Thanks for the question. As far as I am aware you need to deal with this in the same way as your on-prem solution. The only difference being that you *could* have system environment variables telling your jobs where they are running on an on-prem solution. Essentially, the easiest way to resolve this is to have a context variable which tells you. If you name your environments exactly the same way as your contexts (as shown in the knowledge base article you referenced), they will be linked
Regards
Richard