Skip to content

v0.10.0 dbt_google_ads

Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 12 Oct 20:29
· 19 commits to main since this release
b80753d

PR #52 includes the following updates:

Feature update 🎉

Under the Hood 🚘

  • In the source package, updated tmp models to union source data using the fivetran_utils.union_data macro.
  • To distinguish which source each field comes from, added source_relation column in each staging and downstream model and applied the fivetran_utils.source_relation macro.
    • The source_relation column is included in all joins in the transform package.
  • Updated tests to account for the new source_relation column.

PR #60 includes the following update:

Dependency Updates

  • Removes the dependency on dbt-expectations. Upstream we specifically removed the dbt_expectations.expect_column_values_to_not_match_regex_list test.

Under the Hood

  • Updates the DECISIONLOG to clarify why there exist differences among aggregations across different grains.

Full Changelog: v0.9.3...v0.10.0