-
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)