You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey team, I’m trying to set a conditional severity test using the following guidance, to throw an error if there are more than 3 fails, to warn if there are more than 0 and pass otherwise. But it is not working, I’m still getting the following error - Got 3 results, configured to fail if != 0. Please see the screenshot attached. Running with dbt=0.21.0.
This bug was previously reported (#4051), and fixed (#4070) for a v0.21.1 patch release, which is currently available as a release candidate. Could you try installing that, and confirm that it fixes the issue?
pip install dbt==0.21.1rc1
We're hoping to have a final v0.21.1 release next week. In the meantime, I'm going to close this as a duplicate.
Hey team, I’m trying to set a conditional severity test using the following guidance, to throw an error if there are more than 3 fails, to warn if there are more than 0 and pass otherwise. But it is not working, I’m still getting the following error -
Got 3 results, configured to fail if != 0
. Please see the screenshot attached. Running with dbt=0.21.0.Note: works when
severity: warn
The text was updated successfully, but these errors were encountered: