Skip to content

v0.9.0 dbt_microsoft_ads_source

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 15 Jul 16:25
· 3 commits to main since this release
5a8e19e

PR #31 includes the following updates:

Bug Fixes

  • Accommodates when the budget_name and budget_status fields are populated within the CAMPAIGN_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.
  • Added proper documentation for the pre-existing budget_association_status field (also from CAMPAIGN_PERFORMANCE_DAILY_REPORT).

Under the Hood

  • Included auto-releaser GitHub Actions workflow to automate future releases.
  • Updated the PR Templates for package maintainers to our most up-to-date standards.
  • Upgraded integration test dbt-adapter versions.

Full Changelog: v0.8.0...v0.9.0