diff --git a/models/staging/stg_history_assets.yml b/models/staging/stg_history_assets.yml index 5a620aa..1c248df 100644 --- a/models/staging/stg_history_assets.yml +++ b/models/staging/stg_history_assets.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 24 }}' + interval: '{{ 3 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: