Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All ,
On Talend Cloud When Job is executed through Public API,How to find the context with which Job was executed?
In my usecase , I need to overwrite contexts which are defined on TMC . With API method /executions I am able to run the job with needed context . But on TMC, The new values cannot be found in logs for debug or monitoring purpose.
I am comparing it with TAC feature of "Context Value" ( see attachment)
Hi,
You could always do a tContextDump -> tFlowToIterate -> tJobLog
The job context will then be sent to the Talend Cloud log.
Thanks
David