Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz committed Oct 11, 2023
1 parent e6d5645 commit 4335611
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 @@ -2,6 +2,7 @@
[PR #54](https://github.com/fivetran/dbt_linkedin_source/pull/54) includes the following updates:

## Breaking changes
- Updated materializations of non-`tmp` staging models from views to tables. This is to bring the materializations into alignment with other ad reporting packages and eliminate errors in Redshift.
- Updated the name of the source created by this package from `linkedin` to `linkedin_ads`. This was to bring the naming used in this package in alignment with our other ad packages and for compatibility with the union schema feature.
- ❗ If you are using this source, you will need to update the name.
- Updated the following identifiers for consistency with the source name and compatibility with the union schema feature:
Expand All @@ -24,7 +25,6 @@
- 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 model and applied the `fivetran_utils.source_relation` macro.
- Updated tests to account for the new `source_relation` column.
- Updated materializations of staging models from views to tables. Tmp models will still be views. This is brings the materializations into alignment with other ad reporting packages and eliminates errors in Redshift.

[PR #51](https://github.com/fivetran/dbt_linkedin_source/pull/51) includes the following updates:
- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job.
Expand Down

0 comments on commit 4335611

Please sign in to comment.