dbt cloud "Warning" E-mail notifications

I can’t receive notifications about warning severity tests

I’ve setup some tests in my dbt project, but I’m able to receive e-mail notifications only for the “error” severity tests, and it would be of a great value if I could receive “warning” severity ones too.

In the dbt cloud interface I tried to set it up, but it only shows the checkboxes for receive e-mail notifications that “Succeeds”, “Fails” and “Is canceled”.

I would like to get emails for warnings too. My workaround was to create a job which just runs the tests, with warnings upgraded to errors.

Hi @paul.j.mcleish, thanks for answering. That workaround suits my needs perfectly.