PR #12 includes the following breaking changes:
🚨 Breaking Changes 🚨:
- This update is made breaking due to the following changes in the Linkedin Company Pages Fivetran Connector and the dbt_linkedin_pages_source package.
- Deprecated source table
ugc_post_share_content_media
- Added source table
post_content
- See the May 2023 release notes and the dbt_linkedin_pages_source CHANGELOG for full details.
- Deprecated source table
- In this package, removed the following deprecated columns from
linkedin_pages__posts
:version_tag
specific_content_share_commentary_text
title_text
original_url
Features:
- Added the following new columns to
linkedin_pages__posts
:commentary
post_title
post_type
- Updated documentation with the updated columns.
Under the Hood:
- Updated seeds to reflect the above changes.
PR #10 includes the following updates:
- Incorporated the new
fivetran_utils.drop_schemas_automation
macro into the end of each Buildkite integration test job. - Updated the pull request templates.
Full Changelog: v0.2.0...v0.3.0