Merge branch 'lee_address_geoloc' into 'main'

update target_name to dbt_prod

See merge request CIEFWorldwideSdnBhd/dbt_cloud!4
This commit is contained in:
Yam ZhengLim
2023-06-22 14:33:33 +00:00
@@ -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
{{