Skip to content

Commit 84088ec

Browse files
authored
Merge pull request #57 from vergenzt/patch-1
fix typo in dateadd
2 parents 1bd64e4 + 0c7d510 commit 84088ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbt/include/sqlite/macros/utils/dateadd.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
date(
44
{{ from_date_or_timestamp }},
5-
"{{ datepart }} {{ datepart }}"
6-
)
5+
"{{ interval }} {{ datepart }}"
6+
)
77

88
{% endmacro %}

0 commit comments

Comments
 (0)