From 2ccd675e3f53ea0fa3fb818595b71cb88df699a4 Mon Sep 17 00:00:00 2001 From: Anna Bisset Date: Thu, 24 Oct 2024 11:27:42 +1100 Subject: [PATCH] updating lookback in hours_list --- models/cost_per_query.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/cost_per_query.sql b/models/cost_per_query.sql index 833e37a..cfe968a 100644 --- a/models/cost_per_query.sql +++ b/models/cost_per_query.sql @@ -47,7 +47,7 @@ hours_list as ( {% if is_incremental() %} from table(generator(rowcount => (24 * 7))) {% else %} - from table(generator(rowcount => (24 * 730))) + from table(generator(rowcount => (24 * 1095))) {% endif %} ),