From 237688cf0adce26c61453d0bb92aeb3005852700 Mon Sep 17 00:00:00 2001 From: MishchenkoYuriy <135635368+MishchenkoYuriy@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:00:29 +0600 Subject: [PATCH] Update incremental-models.md --- website/docs/docs/build/incremental-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/incremental-models.md b/website/docs/docs/build/incremental-models.md index 07a571cd4db..3a597499f04 100644 --- a/website/docs/docs/build/incremental-models.md +++ b/website/docs/docs/build/incremental-models.md @@ -390,7 +390,7 @@ models: # `DBT_INTERNAL_DEST` and `DBT_INTERNAL_SOURCE` are the standard aliases for the target table and temporary table, respectively, during an incremental run using the merge strategy. ``` -Alternatively, here are the same same configurations configured within a model file: +Alternatively, here are the same configurations configured within a model file: ```sql -- in models/my_incremental_model.sql