This commit is contained in:
Yam ZhengLim
2023-08-08 02:59:38 +00:00
parent 8b91ce7d9c
commit 2b9cc0403c
@@ -1,7 +1,7 @@
-- A flag indicator to determine whether to run a full_load or an incremental_load -- 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 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 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 -- MODEL CONFIGURATION BLOCK
{{ {{