From 4d19bcc595f498fff80bb3ba77b6f1c20bfed12b Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Tue, 3 Oct 2023 11:17:21 +0100 Subject: [PATCH] Update utils dbt docs (#622) * Update utils dbt docs * Add on normalize changes --------- Co-authored-by: Emiel --- .../modeling-your-data-with-dbt/dbt-quickstart/utils/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-quickstart/utils/index.md b/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-quickstart/utils/index.md index ab6b0ffae1..e02c45a000 100644 --- a/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-quickstart/utils/index.md +++ b/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-quickstart/utils/index.md @@ -331,7 +331,11 @@ The `snowplow_delete_from_manifest` macro is called to remove models from manife :::tip +<<<<<<< HEAD The `package_name` variable here is not necessarily the name of your project (although it keeps things simple to make it the same), instead it is what is used to identify your tagged incremental models as they should be tagged with `_incremental`. +======= +The `package_name` variable here is not the name of your project, instead it is what is used to identify your tagged incremental models as they should be tagged with `_incremental`. +>>>>>>> db4c1fb3 (Update utils dbt docs (#622)) :::