Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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