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 %} ),