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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
BA621858188
Creator
Creator

Talend ETL Jobs Purge

Hi All,

 

I wanted to move my existing Talend jobs from the old environment to the new environment. As the organisation is now separate, it needs to purge all the Talend jobs from the old environment.

 

Can anyone help me figure out how to do this?

 

One way I know is to delete the jobs from Talend Studio and commit them into the Git repository.

 

Thanks in advance.

Labels (2)
3 Replies
Anonymous
Not applicable

Yes, that is the solution. But the old jobs are still available on the old git repository.

If that is no problem, then deleting the jobs in studio and also from recycle bin is the right way to go.

BA621858188
Creator
Creator
Author

Hi @Malik Dakdaki​ ,

 

I will first migrate the code from old environment to new environment. I need to delete jobs from previous environment, so I'll delete the jobs them from the old Talend studio, commit the change to the old git repository.

 

So in this case, old repository will not have the those jobs. Please correct me.

Anonymous
Not applicable

Yes, the latest git repository will not have the deleted jobs anymore.

So if new user connects to latest git repository branch and pulls, he does not get the deleted jobs.