diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b4bf3..84838c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - In the source package, updated tmp models to union source data using the `fivetran_utils.union_data` macro. - To distinguish which source each field comes from, added `source_relation` column in each staging and downstream model and applied the `fivetran_utils.source_relation` macro. - Updated tests to account for the new `source_relation` column. - - The `source_relation` column is included in all joins and window function partition clauses in the transform package. + - The `source_relation` column is included in all joins in the transform package. # dbt_amazon_ads v0.2.0 [PR #6](https://github.com/fivetran/dbt_amazon_ads/pull/6) includes the following updates: