Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Nate Pease [X]
Nate Pease [X]Reporter
Nate Pease [X]
Nate Pease [X]Planned End
Aug 30, 2017, 1:20 PM
Components
Checklist
Checklist
Created August 25, 2017 at 2:22 PM
Updated November 14, 2017 at 10:11 AM
Resolved November 14, 2017 at 10:09 AM
The fix for DM-11332 adds a Butler policy-like construct called "writeRecipe", which is a nested dictionary that must conform to a schema. The current verification iterates over keys & values in a loop that IMO will be hard to extend and debug. I'd like to add a schema validation tool to do this work instead. I'd like to Cerberus (http://docs.python-cerberus.org/en/stable/) for that, but would be open to other suggestions as well.