mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
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:
@@ -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 '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 == '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 = false %}{% endif %}
|
||||||
|
|
||||||
-- MODEL CONFIGURATION BLOCK
|
-- MODEL CONFIGURATION BLOCK
|
||||||
{{
|
{{
|
||||||
|
|||||||
Reference in New Issue
Block a user