From 08e583f96d4c96e458d3fc86762e7f949a50370a Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Tue, 15 Oct 2024 10:29:13 -0500 Subject: [PATCH] Decrease recency check threshold for history assets (#104) --- models/staging/stg_history_assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: