Yangify currently lacks introspection to check attached ancestors.
The problem arises when a user implements a model that isn't in the
datamodel path. Yangify silently ignores these members which can be frustrating in
debugging situations. This PR adds an explicit check that will help identify missing data
models or simple spelling mistakes.
I also edited textfsm since the latest poetry release is broken using git.
[RuntimeError]
Unable to retrieve the package version for /tmp/pypoetry-git-textfsm2n_g0nnx
Yangify currently lacks introspection to check attached ancestors. The problem arises when a user implements a model that isn't in the datamodel path. Yangify silently ignores these members which can be frustrating in debugging situations. This PR adds an explicit check that will help identify missing data models or simple spelling mistakes.
I also edited textfsm since the latest poetry release is broken using
git
.