Closed pjhartzell closed 3 days ago
Note that all of this special casing and trying to work out what the error is if we just adopted something like pydantic to parse the incoming payloads into types: if that fails then pydantic can provide much better error messages with regard to the problem.
Oh look, we already have a head start on this for someday in the future: https://github.com/Element84/swoop/blob/main/src/swoop/api/models/workflows.py#L206. 😁
Nice. Yeah, this is something I'm interested in getting in here at some point.
Related Issue(s):
123
Proposed Changes:
PR Checklist: