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
we use pydantic to validate the soopervisor.yaml file schema, however, the error messages aren't clear. so we should customize them (we already did something similar in ploomber, so we could borrow some code from there).
we use pydantic to validate the
soopervisor.yaml
file schema, however, the error messages aren't clear. so we should customize them (we already did something similar in ploomber, so we could borrow some code from there).Furthermore, we should add some logic to help them quickly identify typos. example, if they have
mounted_volume
instead ofmounted_volumes
, we can use difflib for that https://docs.python.org/3/library/difflib.html#difflib.get_close_matchesThe text was updated successfully, but these errors were encountered: