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
For the workflows we typically define a configuration with all the required parameters.
For now we are using dataclasses, but we might want to move to pydantic or attrs for implicit validation. Maybe spend some time thinking pros/cons. The transition (at least to pydantic) doesn't seem too painful.
The text was updated successfully, but these errors were encountered:
For the workflows we typically define a configuration with all the required parameters.
For now we are using dataclasses, but we might want to move to
pydantic
orattrs
for implicit validation. Maybe spend some time thinking pros/cons. The transition (at least to pydantic) doesn't seem too painful.The text was updated successfully, but these errors were encountered: