You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we parse each individual parameters, check if it's a dataclass and then create a schema for it. It would be simpler and more robust if we created a schema for all the pipeline parameters and loaded it with the message arguments at once. This would avoid workaround to support extra type at the parameter level (See https://github.com/Flared/saturn/pull/139/files).
Right now we parse each individual parameters, check if it's a dataclass and then create a schema for it. It would be simpler and more robust if we created a schema for all the pipeline parameters and loaded it with the message arguments at once. This would avoid workaround to support extra type at the parameter level (See https://github.com/Flared/saturn/pull/139/files).
ie:
This way we let
desert
deal with optionals, dict, etc.The text was updated successfully, but these errors were encountered: