Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Gurus,
Is there a way to build and execute Talend Job File (.bat / .sh) through Python Script?
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.