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.
1 parent 1bd64e4 commit 0c7d510Copy full SHA for 0c7d510
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