Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone, I am currently using Talend Data Integration Version 7.1.1 (Licensed). The problem I am facing is this :
I had designed a job using context variables but after certain discussions, I was asked to change a few values in my saved context variables.
However, since the number of jobs that were dependent on that context group were large (approx. 600 jobs) and I know that Talend would take a lot of time to propagate these changes across so many jobs, I simply exported out the context group into a separate workspace where I made the changes, saved the new context values and proceeded to import them back into the original workspace.
While Talend managed to successfully propagate the new context values across most of the jobs there were around 100 jobs where the updated context value did not show and it still persisted the old values. I can fix the problem by individually going in and replacing the outdated context values but that would be way too difficult if this problem were to arise for a greater number of jobs in the future.
Request you all to please help in any which way possible.
Thank you in advance !
@tiwari-abhi When you updated the context group, it updated only 100 jobs right
I think this can be resolved , if you use a csv file to load a context into every job, use a pre job to load all contexts by csv file, then it amy resolve, as you have 600 jobs
If you have so many jobs sharing context variables, I suggest a different approach. I have written a series of blogs about Context Variable best practices. You can find them here....