Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 1.6 KB

dbt-date v0.4.0

Breaking Changes

Under the hood

  • Adds tests for timestamp and timezone macros (previously untested, new dbt version highlighted that)

dbt-date v0.3.1

Patch release

Fixes

  • Fixed a bug in snowflake__from_unixtimestamp that prevented the core functionaility from being called (#38 by @swanderz)

Under the hood

  • Simplified join syntax (#36)

dbt-date v0.3.0

Breaking Changes

  • Switched day_of_week column in get_date_dimension from ISO to not ISO to align with the rest of the package. #33 (@davesgonechina)

Features

  • Added day_of_week_iso column to get_date_dimension #33 (@davesgonechina)

  • Added prior_year_iso_week_of_year column to get_date_dimension

Fixes

  • 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 in get_base_dates (#30)

Under the hood

  • Making it easier to shim macros for other platforms (#27 by @swanderz)