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 4b1c124 + 3925a38 commit 1c00864Copy full SHA for 1c00864
README.md
@@ -20,7 +20,7 @@ This macro adds a time/day interval to the supplied date/timestamp. Note: The `d
20
21
Usage:
22
```
23
-{{ dbt_utils.dateadd(datepart='day', interval=1, from_date_or_timestamp='2017-01-01') }}
+{{ dbt_utils.dateadd(datepart='day', interval=1, from_date_or_timestamp="'2017-01-01'") }}
24
25
26
#### datediff ([source](macros/cross_db_utils/datediff.sql))
0 commit comments