diff --git a/models/staging/exchange/stg_exchange__company_addresses.sql b/models/staging/exchange/stg_exchange__company_addresses.sql index 982c31c..af0853a 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 'prod', only an incremental load will be performed. -{% if target.name == 'prod' %}{% set one_month_incremental_flag = true %}{% else %}{% set one_month_incremental_flag = false %}{% endif %} +-- 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 %} -- MODEL CONFIGURATION BLOCK {{