Merging Version of Jobs
Moderators: chulett, rschirm, roy
Merging Version of Jobs
Is it possible to merge 2 different versions of a job? The reason for this is management want to have 2 different development streams that will start with the same initial version of a job. Each stream will produce a new version of a job. At a later date a decision will be made about what will be installed depending on the progress of each development.
Ie
Start with Job V1
Dev Stream A takes Job v1 and produces version Job v1.A
Dev Stream B takes Job v1 and produces version Job v1.B
Merge Job v1.A with Job v1.B to give Job v1.AB
This would allow them to make a decision on what 2 install
Ie Dev Stream A code
Or Dev Stream B code
Or The Merged code.
Ie
Start with Job V1
Dev Stream A takes Job v1 and produces version Job v1.A
Dev Stream B takes Job v1 and produces version Job v1.B
Merge Job v1.A with Job v1.B to give Job v1.AB
This would allow them to make a decision on what 2 install
Ie Dev Stream A code
Or Dev Stream B code
Or The Merged code.
No, there is no facility in DataStage to "merge" two job versions. I wouldn't know where to begin doing this automatically, there are so many different combinations of changes possible that no software could know which branch to use for which stage of a job. You could always compare V1 and V2 of job and see the differences, but any reconciliation would need to be done manually (and would involve a high level knowledge of the job in question).
-
Sainath.Srinivasan
- Participant
- Posts: 3337
- Joined: Mon Jan 17, 2005 4:49 am
- Location: United Kingdom
Sainath.Srinivasan wrote:What do you expect as result of merging?
Do you expect
a.) two independent streams
b.) a single stream with setA followed by setB
c.) remove duplicate and redundant mapping followed by optimiz ...
Hi Si
The management want 1 job with all the fuctionality from Stream A combined with all the functionality of Stream B
Cheers
Al
-
Sainath.Srinivasan
- Participant
- Posts: 3337
- Joined: Mon Jan 17, 2005 4:49 am
- Location: United Kingdom
Sai, just want to make sure you're understanding the question. This isn't about data "streams" or data at all, this is about having two groups making changes to "the same job" - i.e. starting from a common point and creating two new versions from it - and then needing to merge these two changed jobs back into one job.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:

</a>