Skip to content

v2.0.0 dbt_ad_reporting

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 18 Aug 22:04
553ea92

PR #161 includes the following updates:

Upstream Breaking Changes

Source Package Consolidation

  • Removed the dependency on the fivetran/**_source package for all ad transformation packages. See the v1.0.0 release notes of each ad package for more details (example from dbt_apple_search_ads (link)).

dbt Fusion Compatibility Updates

  • Updated package to maintain compatibility with dbt-core versions both before and after v1.10.6, which introduced a breaking change to multi-argument test syntax (e.g., unique_combination_of_columns).
  • Temporarily removed unsupported tests to avoid errors and ensure smoother upgrades across different dbt-core versions. These tests will be reintroduced once a safe migration path is available.
    • Removed all dbt_utils.unique_combination_of_columns tests.

Full Changelog: v1.17.0...v2.0.0