Skip to content

Commit 328d9fe

Browse files
changelog
1 parent 1addee3 commit 328d9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| `stg_linkedin_pages__organization`<br> `stg_linkedin_pages__organization_ugc_post`<br> `stg_linkedin_pages__post_content`<br> `stg_linkedin_pages__share_statistic`<br> `stg_linkedin_pages__ugc_post_history`<br> `stg_linkedin_pages__ugc_post_share_statistic`<br> (as well as the upstream tmp models for each model) | Materialization | Table | View | **Breaking:** These staging models are now views. Upon full refresh, the package will automatically drop the tables and recreate them as views. However, we recommend reviewing your schema and manually dropping any remaining staging models materialized as tables as they will no longer be updated in favor of the materialized views. |
1111
| `linkedin_pages__posts` | Renamed column | `ugc_post_id` | `post_id` | **Breaking:** Column renamed to reflect that the model now includes both UGC posts and shares. |
1212
| `linkedin_pages__posts` | Data expansion | UGC posts only | UGC posts + shares | Model now includes both UGC posts and LinkedIn shares. |
13-
| `linkedin_pages__posts` | Added column | - | `content_type` | Indicates whether the post is from 'ugc' (UGC post) or 'share' (LinkedIn share). |
13+
| `linkedin_pages__posts` | Added column | | `content_type` | Indicates whether the post is from 'ugc' (UGC post) or 'share' (LinkedIn share). |
1414
| `stg_linkedin_pages__organization_share` | New model | | | Mapping table between organizations and shares. |
1515
| `stg_linkedin_pages__share_content` | New model | | | Content of shares (articles, images, polls, text). |
1616
| `stg_linkedin_pages__share_history` | New model | | | Version history of shares with metadata. |

0 commit comments

Comments
 (0)