gocardless / airflow-dbt

Apache Airflow integration for dbt
https://pypi.org/project/airflow-dbt/
MIT License
392 stars 62 forks source link

Add --warn-error option to dbt #34

Closed ayobamshy closed 3 years ago

ayobamshy commented 3 years ago

Background:

We have recently been tricked by dbt runs that didn't fail but gave a silent warning when models specified could not be found. Although this is inline with dbt documentation, adding the --warn-error option ensures all warnings are thrown as an unhandled exception.

In this PR:

irfanhabib commented 3 years ago

Thanks for the contribution @ayobamshy