Hi,
I would like to know if there are simple way to modify an old version of one job without creation a new version.
I am working with the process export job as a batch.
Example:
- In UAT there are using the 0.2
- In Dev due to the project and design we are already in 0.5
- I need to fix a bug in 0.2 the only way I know is to take a copy of 0.2, make the change (need to change the name of the job) and redeploy the job with different name which is painful.
I would like to modify the 0.2 in dev and put it in UAT environment.
Thanks.
Hi,
It is not possible to modify an old version directly. It is read-only. You have to copy and change name of them and then redeploy the job with different name.
You can open a work item jira issue on
Talend Bug Tracker, our developer will check it.
Best regards
Sabrina
Hi Kevin,
Another way is, but might be more painful than duplication... but may solve dependency issues.
I hope you have access to your prod. Import the deployed project from prod in new project and make the changes to respective job and redeploy the project again. This will solve unnecessary complications.
I am not sure about dependency issues among the variables, projects tables etc.
Thanks
Vaibhav