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
Copy file name to clipboardExpand all lines: docs/concepts/audits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ By default, SQLMesh will halt plan application when an audit fails so potentiall
7
7
8
8
A comprehensive suite of audits can identify data issues upstream, whether they are from your vendors or other teams. Audits also empower your data engineers and analysts to work with confidence by catching problems early as they work on new features or make updates to your models.
9
9
10
-
**NOTE**: For incremental models, audits are only applied to intervals being processed - not for the entire underlying table.
10
+
**NOTE**: For incremental by time range models, audits are only applied to intervals being processed - not for the entire underlying table.
11
11
12
12
## User-Defined Audits
13
13
In SQLMesh, user-defined audits are defined in `.sql` files in an `audits` directory in your SQLMesh project. Multiple audits can be defined in a single file, so you can organize them to your liking. Alternatively, audits can be defined inline within the model definition itself.
0 commit comments