is there a way to make these warnings in DBT errors?
[WARNING]: Did not find matching node for patch with name 'my_model' in the 'models' section of file 'models/path/to/model.yml'
We check errors at PR time, and I'd like to switch those to errors, so they can block merges into our repo.
We're trying to enforce more strictness in the model, so that we don't leave any unused path dangling in the model definition.