Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We are using aws batch to trigger talend jobs. Problem is aws batch can only pass parameters individually
i.e talends required syntax --context key=val will not work as batch will pass k val (with space) . So context variable alway shas a val of space .
to overcome this i modified param evaluation in Job in method runJobInTOS.
But every time i refresh it gets overwritten with default code how do i make this changes permanent.
Hi,
Could you please try to keep the context values in a file and read them at the beginning of the Talend job and load to context variables?
Warm Regards,
Nikhil Thampi
I am already doing that but i need a mechanism to overwrite the parameters for various reasons like testing, reruns and passing the context file path itself as a run time parameter otherwise i will have to hardcode this path.
Hi,
Could you please refer the below post where context variables are passed as parameters.
If the reply has helped you, could you please mark the topic as solution provided?
Warm Regards,
Nikhil Thampi