Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DBT - [WARNING]: Did not find matching node for patch

Tags:

dbt

I keep getting the error below when I use dbt run - I can't find anything on why this error occurs or how to fix it within the dbt documentation.

[WARNING]: Did not find matching node for patch with name 'vGenericView' in the 'models' section of file 'models\generic_schema\schema.sql'
like image 625
fmbcooney Avatar asked Apr 18 '26 16:04

fmbcooney


1 Answers

did you by chance recently upgrade to dbt 1.0.0? If so, this means that you have a model, vGenericView defined in a schema.yml but you don't have a vGenericView.sql model file to which it corresponds.

like image 147
Anders Swanson Avatar answered May 03 '26 16:05

Anders Swanson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!