Skip to content

Commit 03eb38d

Browse files
Update website/docs/docs/build/incremental-models.md
Co-authored-by: Matt Shaver <[email protected]>
1 parent 554760c commit 03eb38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/build/incremental-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Building models as tables in your data warehouse is often preferred for better q
162162

163163
Incremental models offer a balance between complexity and improved performance compared to `view` and `table` materializations and offer better performance of your dbt runs.
164164

165-
In addition to these considerations for incremental models, it's important to understand their limits and challenges, particularly with large datasets. For more insights into efficient strategies, performance considerations, and the handling of late-arriving data in incremental models, refer to the [On the Limits of Incrementality](https://discourse.getdbt.com/t/on-the-limits-of-incrementality/303) discourse discussion.
165+
In addition to these considerations for incremental models, it's important to understand their limitations and challenges, particularly with large datasets. For more insights into efficient strategies, performance considerations, and the handling of late-arriving data in incremental models, refer to the [On the Limits of Incrementality](https://discourse.getdbt.com/t/on-the-limits-of-incrementality/303) discourse discussion.
166166

167167
## Understanding the is_incremental() macro
168168
The `is_incremental()` macro will return `True` if _all_ of the following conditions are met:

0 commit comments

Comments
 (0)