Skip to content

Commit

Permalink
Merge pull request #167 from bisset-a/update-lookback-period-cost-per…
Browse files Browse the repository at this point in the history
…-query

updating lookback in hours_list (cost_per_query)
  • Loading branch information
NiallRees authored Jan 31, 2025
2 parents 8cb51ea + 2ccd675 commit 963f81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/cost_per_query.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
),

Expand Down

0 comments on commit 963f81f

Please sign in to comment.