We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bd64e4 + 0c7d510 commit 84088ecCopy full SHA for 84088ec
dbt/include/sqlite/macros/utils/dateadd.sql
@@ -2,7 +2,7 @@
2
3
date(
4
{{ from_date_or_timestamp }},
5
- "{{ datepart }} {{ datepart }}"
6
- )
+ "{{ interval }} {{ datepart }}"
+ )
7
8
{% endmacro %}
0 commit comments