Skip to content

Commit 20e1ff9

Browse files
committed
Clarify that audits are interval scoped only for incremental by time range
1 parent adf6a68 commit 20e1ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/audits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ By default, SQLMesh will halt plan application when an audit fails so potentiall
77

88
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.
99

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.
1111

1212
## User-Defined Audits
1313
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

Comments
 (0)