Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
akumar2301
Specialist II
Specialist II

Talend Cloud API : Job Context

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)

Labels (2)
1 Reply
David_Beaty
Specialist
Specialist

Hi,

 

You could always do a tContextDump -> tFlowToIterate -> tJobLog

 

The job context will then be sent to the Talend Cloud log.

 

Thanks

 

David