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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dipanjan93
Contributor
Contributor

Generate / Build and Execute Talend Job file (.bat / .sh) through Python

Hello Gurus,

 

Is there a way to build and execute Talend Job File (.bat / .sh) through Python Script?

 

 

Labels (3)
2 Replies
Anonymous
Not applicable

You can use the Talend Commandline API to build jobs using Python (https://help.talend.com/reader/Juk2pRV0EV54wcvhr_i4VQ/f_yHkSuTnhLo_~wukKuPCA) if you have the paid version, then call the generated .bat files. If you are using the Open Source edition, you will have to build the jobs manually I'm afraid.