New Features
- Support for specifying
partition_py
during table materialization to automatically create auto-partitioned tables. - Introduced a new
date_spine
macro for generating date dimension tables. - Modified the
dateadd
macro to add support for hour and week partitions. - Refactored the
datediff
macro to simplify it and support more date intervals.
Full Changelog: v1.8.0-a11...v1.8.0-a12