Skip to content

v0.10.0 dbt_google_ads_source

Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 12 Oct 14:48
· 7 commits to main since this release
414e9ea

PR #43 includes the following updates:

Feature update 馃帀

Under the Hood 馃殬

  • 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 model and applied the fivetran_utils.source_relation macro.
  • Updated tests to account for the new source_relation column.

PR #47 includes the following update:

Dependency Updates

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

Full Changelog: v0.9.5...v0.10.0