PR #137 includes the following updates:
Breaking Changes
- The following dependencies have been updated following upstream breaking changes. See the below release notes for more information.
- Removed the dependency on calogica/dbt_date as it is no longer actively maintained. To maintain functionality, the
get_base_dates
macro (along with all other dependent macros) used inmetricflow_time_spine
semantic model has been replicated and housed within themacros/fivetran_date_macros
folder. All fivetran_date_macros have been prefixed withfivetran_
to avoid potential naming conflicts.- In order to make the transition more seamless, we have retained the variable name of
dbt_date:time_zone
. Therefore, although we removed the dependency on the dbt-date macros and have renamed them, this variable will still be the same.
- In order to make the transition more seamless, we have retained the variable name of
Bug Fixes
- Resolved a CLI Warning caused by the
metricflow_time_spine
model not having a properly documented YAML configuration.
Under The Hood
- Updated
apple_search_ads
andmicrosoft_ads
seed files to keep consistent with changes to seed files in the individual packages. - The
conversions
field forapple_search_ads
now sources fromtap_installs
.
Full Changelog: v1.12.0...v1.13.0