Skip to content

v0.10.0 dbt_microsoft_ads

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 14 Mar 00:23
· 34 commits to main since this release
4be0e12

PR #40 includes the following changes:

Feature Update

  • Made ad_name in stg_microsoft_ads__ad_history customizable via a new variable microsoft_ads__ad_name_selector. (PR #39).
  • By default this is determined using title_part_1, but you override this by including the configuration shown below in your dbt_project.yml file. For more information, refer to the README.
vars:
    microsoft_ads__ad_name_selector: coalesce(title_part_2, title_part_1) # using `title_part_2`, with `title_part_1` as a fallback if the former is `null`.

Documentation

  • Added Quickstart model counts to README. (#39)
  • Corrected references to connectors and connections in the README. (#39)
  • Updated License.

Full Changelog: v0.9.0...v0.10.0