Skip to content

Commit 9feaccc

Browse files
author
Claire Carroll
authored
Merge pull request #265 from calvingiles/date_spine_docs
Clarify date_spine behaviour in docs.
2 parents dd35625 + 8877227 commit 9feaccc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ database adapters that use different prefixes ([#267](https://github.com/fishtow
5555
## Quality of life
5656
* Improve release process, and fix tests ([#251](https://github.com/fishtown-analytics/dbt-utils/pull/251))
5757
* Make deprecation warnings more useful ([#258](https://github.com/fishtown-analytics/dbt-utils/pull/258) [@tayloramurphy](https://github.com/tayloramurphy))
58+
* Add more docs for `date_spine` ([#265](https://github.com/fishtown-analytics/dbt-utils/pull/265) [@calvingiles](https://github.com/calvingiles))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Usage:
9595
---
9696
### Date/Time
9797
#### date_spine ([source](macros/datetime/date_spine.sql))
98-
This macro returns the sql required to build a date spine.
98+
This macro returns the sql required to build a date spine. The spine will include the `start_date` (if it is aligned to the `datepart`), but it will not include the `end_date`.
9999

100100
Usage:
101101
```

0 commit comments

Comments
 (0)