From 2b9cc0403c89fa90d830e2daa596c76fd53b2563 Mon Sep 17 00:00:00 2001 From: Yam ZhengLim Date: Tue, 8 Aug 2023 02:59:38 +0000 Subject: [PATCH] debug --- models/staging/exchange/stg_exchange__company_addresses.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/staging/exchange/stg_exchange__company_addresses.sql b/models/staging/exchange/stg_exchange__company_addresses.sql index a16c037..5c8afd1 100644 --- a/models/staging/exchange/stg_exchange__company_addresses.sql +++ b/models/staging/exchange/stg_exchange__company_addresses.sql @@ -1,7 +1,7 @@ -- A flag indicator to determine whether to run a full_load or an incremental_load -- If user is a developer, a full load will be executed. -- If the target schema is set to 'dbt_prod', only an incremental load will be performed. -{% if target.name == 'dbt_prod' %}{% set one_month_incremental_flag = true %}{% else %}{% set one_month_incremental_flag = false %}{% endif %} +{% if target.name == 'dbt_prod' %}{% set one_month_incremental_flag = true %}{% else %}{% set one_month_incremental_flag = true %}{% endif %} -- MODEL CONFIGURATION BLOCK {{