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
SELECT * FROM dbt-artifacts.mart__dbt_artifacts.fct_dbt__test_executions
where failures > 1 LIMIT 10;
Expected behaviour
The docs should indicate that failures can be greater than 0. I'm not sure the best possible description, but maybe something like: "A single test execution can have multiple failures if multiple rows had incorrect results."
Environment
Results of running dbt --version:
1.6
The text was updated successfully, but these errors were encountered:
Overview
The definition of "failures" is misleading: https://github.com/brooklyn-data/dbt_artifacts/blob/main/models/docs.md?plain=1#L184. It makes it sound like a field that is either 1 or 0, but failures can be much higher than 0 if multiple records fail the test.
How to reproduce
where failures > 1 LIMIT 10;
Expected behaviour
The docs should indicate that failures can be greater than 0. I'm not sure the best possible description, but maybe something like: "A single test execution can have multiple failures if multiple rows had incorrect results."
Environment
Results of running
dbt --version
:The text was updated successfully, but these errors were encountered: