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
The configuration management is missing reasonable error messages, which should be improved in the future.
In addition, it would be nice to add a possibilty to flag options as optional. This would help to differentiate "optional flag not present" from "real error".
The text was updated successfully, but these errors were encountered:
Do you think it would be possible to transition from arbitrary Configurations to typed/annotated? That would allow to automatically create readers, validation and docs.
I've heard some good things about pydantic in that regard. Not sure if that fits our usecase completely, but could probably do the heavy lifting.
Honestly, I like that idea. I also heared about pydantic maybe we should take a closer look into that, how well this fits our usecase. Do you agree that configuration validation should be part of COBalD?
The configuration management is missing reasonable error messages, which should be improved in the future.
In addition, it would be nice to add a possibilty to flag options as optional. This would help to differentiate "optional flag not present" from "real error".
The text was updated successfully, but these errors were encountered: