error_if
, warn_if
)high
for failures and normal
for warnings. You can manually change to critical
or low
.dbt build
and this failure stoped the pipeline?
critical
, public
or a data product tag. You can also look at the description of the data asset, whether it’s a table or a column.view in lineage
. If the incident is a failed column test, you can filter only the downstream lineage of the specific column by clicking on filter column
.unique
test for can be dramatic if it impacts many rows, but insignificant if there is just one case of duplicates.
Test performance
page, you can compare this number to previous failures of the same tests.not_null
failed, filter on not_null
tests).test performance
screen. This usually means it’s a problem that happens frequently at the source data.error
and not fail
or warning
, it means the test / model failed to run. This can either be caused by a timeout or issue at the DWH, or by a code change that lead to a syntax error / broken lineage.
test performance
page, and past incidents on the incidents
page to communicate stats on the previous incidents.