Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: drp_pipe
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
When the isolated star association task was added into the newly created step 2b subset in DM-34853, the input connection was not updated to reference the new 'preSourceTable_visit' inputs that are produced in step 2a (the 'pre' is missing by default). This ticket resolves that issue.
Attachments
Issue Links
- relates to
-
DM-34853 Make a drp_pipe/pipelines/HSC/DRP-Prod.yaml
- Done
Thanks for looking at this Yusra AlSayyad, the PR is up on GH. I don't think Jenkins is required here, but happy to kick one off anyway if you think it would help.
I've added a before and after pipeline graph for the Merian DECam step 2b to show that pipetask build correctly picks up the new config change. Graphs constructed using this command:
pipetask build \
-p $DRP_PIPE_DIR/pipelines/DECam/DRP-Merian.yaml#step2b \
--pipeline-dot /tmp/pipeline.dot; \
dot /tmp/pipeline.dot -Tpdf > $LOGDIR/pipeline_step2b.pdf