Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/linkedin api updates 2023 #28

Merged
merged 19 commits into from
Mar 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating changelog
fivetran-sheringuyen committed Feb 6, 2023
commit 7a1439a18e258920b58c0fb4b56d5c759f803e3b
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -11,16 +11,16 @@ The following fields have been completely deprecated in the `stg_linkedin_ads__c
- `linkedin_ads__creative_report` now includes `campaign.type as campaign_type` as a proxy for the previously used `creative.type` field.
- `linkedin_ads__creative_report` no longer includes the fields `creative.version_tag`, `creative.type` and `creative.call_to_action_label_type`.
- `linkedin_ads__creative_report` now leverages `report.creative_id` instead of `creative.creative_id`.
- `linkedin_ads__url_report` no longer includes the field `creative.version_tag`.
- `linkedin_ads__campaign_report` now leverages `report.campaign_id` instead of `campaign.campaign_id`.
- `linkedin_ads__url_report` no longer includes the field `creative.version_tag` and now leverages `report.creative_id` instead of `creative.creative_id`.

## Under the hood
For more information, please refer to [PR #](REFERENCE SOURCE PACKAGE PR)
Legacy fields have been updated respectively in the connector and `dbt_linkedin_source v0.7.0` includes modifications that could affect the below fields within the `linkedin_ads__creative_history` model:
- `last_modified_at`
- `created_at`
- `status`

For more information, please refer to [PR #](REFERENCE SOURCE PACKAGE PR)
- `integration_tests/seed/linkedin_creative_history_data` has been updated to reflect new fields and deprecated fields updates
- Legacy fields have been updated respectively in the connector and `dbt_linkedin_source v0.7.0` includes modifications that could affect the below fields within the `linkedin_ads__creative_history` model:
- `last_modified_at`
- `created_at`
- `status`
For more information, please refer to [dbt_linkedin_source PR #48](https://github.com/fivetran/dbt_linkedin_source/pull/48).
# dbt_linkedin v0.6.1

## Bugfixes