Skip to content

v1.13.0 dbt_ad_reporting

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 27 Mar 18:41
6d40324

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 in metricflow_time_spine semantic model has been replicated and housed within the macros/fivetran_date_macros folder. All fivetran_date_macros have been prefixed with fivetran_ 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.

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 and microsoft_ads seed files to keep consistent with changes to seed files in the individual packages.
  • The conversions field for apple_search_ads now sources from tap_installs.

Full Changelog: v1.12.0...v1.13.0