Currently, the yo command succeeds even if non-existing custom type tables or columns are specified. This behavior makes it hard for users to notice misconfiguration in their custom types. It would be great if yo would validate their existence so I implemented the logic. Thank you for your review!
Please read the contribution guidelines and the CLA carefully before submitting your pull request.
https://cla.developers.google.com/
Currently, the
yo
command succeeds even if non-existing custom type tables or columns are specified. This behavior makes it hard for users to notice misconfiguration in their custom types. It would be great ifyo
would validate their existence so I implemented the logic. Thank you for your review!