v0.8.0 dbt_microsoft_ads
fivetran-data-model-bot
released this
15 Jul 16:26
·
5 commits
to main
since this release
PR #32 includes the following updates:
Under the Hood
- Updated the PR Templates for package maintainers to our most up-to-date standards.
- Added consistency validation test for the
microsoft_ads__campaign_report
table (to be used only by maintainers).
Parallel Upstream Source Package Release
This includes upstream updates made in dbt_microsoft_ads_source PR #31:
Bug Fixes
- Accommodates when the
budget_name
andbudget_status
fields are populated within theCAMPAIGN_PERFORMANCE_DAILY_REPORT
source table. These fields are now:- Included and documented in the
stg_microsoft_ads__campaign_daily_report
model. - Included in uniqueness tests on
stg_microsoft_ads__campaign_daily_report
, as they affect the grain of the report and may have therefore induced uniqueness test failures.
- Included and documented in the
- Added proper documentation for the pre-existing
budget_association_status
field (also fromCAMPAIGN_PERFORMANCE_DAILY_REPORT
).
Full Changelog: v0.7.1...v0.8.0