v0.10.0 dbt_microsoft_ads
·
34 commits
to main
since this release
PR #40 includes the following changes:
Feature Update
- Made
ad_nameinstg_microsoft_ads__ad_historycustomizable via a new variablemicrosoft_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 yourdbt_project.ymlfile. 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