Skip to content

Commit 27fc460

Browse files
authored
Update introduction.mdx
1 parent 040b0cc commit 27fc460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/data-tests/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Tests to detect anomalies in data quality metrics such as volume, freshness, nul
111111
Write your own custom tests using Python scripts.
112112
</Card>
113113

114-
## Understanding Errors, Failures, and Warnings in dbt Tests
114+
## dbt tests outcomes
115115

116116
In dbt, there are three possible outcomes when running models or tests: errors, failures, and warnings.
117117
- An **error** means dbt could not run the SQL at all (e.g., syntax mistake, missing table, broken macro). This stops execution (on `dbt build`).

0 commit comments

Comments
 (0)