Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:DRP F18-4, DRP F18-5, DRP F18-6, DRP S19-1, DRP S19-2
-
Team:Data Release Production
Description
The pipeline task conversion processes involves separating all code which needs access to io from algorithm code. In some cases this is not yet possible (such as with IdFactories) as the middleware necessary for doing this does not yet exist.
However, to make process on the bulk of the conversion process it is possible to use stand in code to allow conversion and testing in place of a final solution.
This ticket will cover the work of going back to all the places where this occurs and fixing it up to a final solution once the required middleware exists.
Attachments
Issue Links
- relates to
-
DM-17689 Expose maximum number of bits used by IdFactory
- Done
Activity
Risk Score | 0 |
Sprint | DRP F18-4 [ 774 ] | DRP F18-4, DRP F18-5 [ 774, 790 ] |
Story Points | 4 |
Sprint | DRP F18-4, DRP F18-5 [ 774, 790 ] | DRP F18-4, DRP F18-5, DRP F18-6 [ 774, 790, 811 ] |
Sprint | DRP F18-4, DRP F18-5, DRP F18-6 [ 774, 790, 811 ] | DRP F18-4, DRP F18-5, DRP F18-6, DRP S19-1 [ 774, 790, 811, 822 ] |
Sprint | DRP F18-4, DRP F18-5, DRP F18-6, DRP S19-1 [ 774, 790, 811, 822 ] | DRP F18-4, DRP F18-5, DRP F18-6, DRP S19-1, DRP S19-2 [ 774, 790, 811, 822, 840 ] |
Assignee | Nate Lust [ nlust ] | Jim Bosch [ jbosch ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Nate Lust [ nlust ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
I'm starting this now just to fix the IdFactory issue, for which support landed in daf_butler on
DM-14821. There may be some miscellaneous cleanups if I spot anything we've since decided to do differently.