- Added Trino support by @damian3031 in calogica#115
- Add date() and datetime() short hand macros by @gregology in calogica#112
- Fixed dataspine interval by @clausherther in calogica#109
- Add Spark support by @clausherther in calogica#108
Full Changelog: https://github.com/calogica/dbt-date/compare/0.8.1...0.9.0
- Add support for dbt-duckdb to the dbt_date package by @jwills in calogica#105
- Update README.md by @JordanZimmitti in calogica#99
- Update README.md by @tgmof in calogica#104
Full Changelog: https://github.com/calogica/dbt-date/compare/0.7.2...0.8.0
- Update refs to dbt-core macros by @clausherther in calogica#97
- Add dbt prefix to current_timestamp macro by @GtheSheep in calogica#98
- Fix calls to last_month and next_month by @clausherther in calogica#95
- Removed dependency on dbt-utils by @clausherther in calogica#91
- Switch to dbt-core's implementation of current_timestamp() by @clausherther in calogica#88
- Simplify convert from
source_tz
by @clausherther in calogica#86 - Fix issue of convert_timezone converting timestamps twice for timestamp_tz date types (issue #85, #77, #76 )
- New: added
round_timestamp
macro by @jpmmcneill in calogica#84
- Move to dbt-utils 0.9.0
- Remove references to deprecated dbt-utils cross-db macros by @clausherther in calogica#79
- Add github actions workflow by @clausherther in calogica#69
- Fix Redshift timezone conversion macro by @wellykachtel in calogica#71
- Fix missing bracket by @clausherther in calogica#66
- Fix README table of contents' links by @coisnepe #61
- Fix timezone conversion macro on redshift by @msnidal #63
- Updated Documentation #60
- Fix #55 by removing dead macro.
- Deprecates support for dbt < 1.0.0
- Patch: adds support for dbt 1.x
- Support for dbt 0.21.x
-
Updates calls to adapter.dispatch to support
dbt >= 0.20
(see Changes to dispatch in dbt v0.20 #34) -
Requires
dbt >= 0.20
- Adds tests for timestamp and timezone macros (previously untested, new dbt version highlighted that)
Patch release
- Fixed a bug in
snowflake__from_unixtimestamp
that prevented the core functionaility from being called (#38 by @swanderz)
- Simplified
join
syntax (#36)
- Switched
day_of_week
column inget_date_dimension
from ISO to not ISO to align with the rest of the package. #33 (@davesgonechina)
-
Added
day_of_week_iso
column toget_date_dimension
#33 (@davesgonechina) -
Added
prior_year_iso_week_of_year
column toget_date_dimension
-
Refactored Snowflake's
day_name
to not be ISO dependent #33 (@davesgonechina) -
Fixed data types for
day_of_*
attributes in Redshift (#28 by @sparcs) -
Fixed / added support for date parts other than
day
inget_base_dates
(#30)
- Making it easier to shim macros for other platforms (#27 by @swanderz)