Skip to content

Commit

Permalink
Merge pull request #19 from fivetran/bugfix/update-changelog-051
Browse files Browse the repository at this point in the history
changelog update
  • Loading branch information
fivetran-sheringuyen authored Oct 13, 2022
2 parents c04079a + 7c81aaa commit 478754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 🪳Bugfix🪳
[PR #17](/~https://github.com/fivetran/dbt_microsoft_ads/pull/17) incorporates the below bugfixes:
- In v0.5.0, including a join on `keyword_performance_daily_report` caused an unintentional fanout in the `microsoft_ads__url_report` model. We have removed this join and rolled back to the previous logic, which is to use the following logic to extract `utm_term` (Microsoft Ads v0.4.0):
- `{{ dbt_utils.get_url_parameter('fields.final_url', 'utm_term') }} as utm_term`
- `{{ dbt_utils.get_url_parameter('ads.final_url', 'utm_term') }} as utm_term`

# dbt_microsoft_ads v0.5.0
## 🚨 Breaking Changes
Expand Down

0 comments on commit 478754c

Please sign in to comment.