Skip to content

Commit

Permalink
updating lookback in hours_list
Browse files Browse the repository at this point in the history
  • Loading branch information
bisset-a committed Oct 24, 2024
1 parent 020a4ac commit 2ccd675
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 2ccd675

Please sign in to comment.