Skip to content

Commit

Permalink
Fix dataspine interval (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther authored Aug 23, 2023
1 parent 5f21bf2 commit 010752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/_utils/date_spine.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ all_periods as (
{{
dbt.dateadd(
datepart,
"row_number() over (order by 1) - 1",
"(row_number() over (order by 1) - 1)",
start_date
)
}}
Expand Down

0 comments on commit 010752e

Please sign in to comment.