From 89bc5e1b84925438f74eba62d6accf03896df865 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:54:19 +0000 Subject: [PATCH] Update incremental-models.md --- website/docs/docs/build/incremental-models.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/docs/build/incremental-models.md b/website/docs/docs/build/incremental-models.md index 927d4b93889..9f1c206f5fb 100644 --- a/website/docs/docs/build/incremental-models.md +++ b/website/docs/docs/build/incremental-models.md @@ -486,6 +486,8 @@ For example, a built-in strategy for the `append` can be defined and used with t {% endmacro %} ``` + + Define a model models/my_model.sql: ```sql @@ -570,7 +572,6 @@ To use the `merge_null_safe` custom incremental strategy from the `example` pack ``` -