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

Pinterest v0.8.0 #94

Merged
merged 7 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# dbt_ad_reporting v1.5.0

## 🚨 Breaking Changes 🚨
[PR #93](https://github.com/fivetran/dbt_ad_reporting/pull/93) includes the following changes based on the underlying individual package upgrades:

- Pinterest Ads dependency upgraded to v0.8.0. Please see the respective upstream [Pinterest Ads](https://github.com/fivetran/dbt_pinterest/releases/tag/v0.8.0) and [Pinterest Ads Source](https://github.com/fivetran/dbt_pinterest_source/releases/tag/v0.8.0) releases for more details.

## Bug Fixes
- Adding the correct variable name in `ad_reporting__url_report` for passthrough metrics. ([PR #96](https://github.com/fivetran/dbt_ad_reporting/pull/96))

## Contributors
- [@aleix-cd](https://github.com/aleix-cd) ([PR #96](https://github.com/fivetran/dbt_ad_reporting/pull/96))


# dbt_ad_reporting v1.4.0

## 🎉 Feature Enhancement 🎉
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Include the following github package version in your `packages.yml`
```yaml
packages:
- package: fivetran/ad_reporting
version: [">=1.4.0", "<1.5.0"] # we recommend using ranges to capture non-breaking changes automatically
version: [">=1.5.0", "<1.6.0"] # we recommend using ranges to capture non-breaking changes automatically
```

Do NOT include the individual ad platform packages in this file. The ad reporting package itself has dependencies on these packages and will install them as well.
Expand Down Expand Up @@ -541,10 +541,10 @@ packages:
version: [">=0.9.0", "<0.10.0"]

- package: fivetran/pinterest
version: [">=0.7.0", "<0.8.0"]
version: [">=0.8.0", "<0.9.0"]

- package: fivetran/pinterest_source
version: [">=0.7.0", "<0.8.0"]
version: [">=0.8.0", "<0.9.0"]

- package: fivetran/microsoft_ads
version: [">=0.6.0", "<0.7.0"]
Expand Down
40 changes: 20 additions & 20 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ vars:

pinterest_source:
pinterest_schema: ad_reporting_integration_tests_5
pinterest_ad_group_history_identifier: "pinterest_ads_ad_group_history_data"
pinterest_campaign_history_identifier: "pinterest_ads_campaign_history_data"
pinterest_pin_promotion_history_identifier: "pinterest_ads_pin_promotion_history_data"
pinterest_pin_promotion_report_identifier: "pinterest_ads_pin_promotion_report_data"
pinterest_keyword_history_identifier: "pinterest_ads_keyword_history_data"
pinterest_keyword_report_identifier: "pinterest_ads_keyword_report_data"
pinterest_ad_group_report_identifier: "pinterest_ads_ad_group_report_data"
pinterest_campaign_report_identifier: "pinterest_ads_campaign_report_data"
pinterest_advertiser_history_identifier: "pinterest_ads_advertiser_history_data"
pinterest_advertiser_report_identifier: "pinterest_ads_advertiser_report_data"
pinterest_ad_group_history_identifier: "pinterest_ad_group_history_data"
pinterest_campaign_history_identifier: "pinterest_campaign_history_data"
pinterest_pin_promotion_history_identifier: "pinterest_pin_promotion_history_data"
pinterest_pin_promotion_report_identifier: "pinterest_pin_promotion_report_data"
pinterest_keyword_history_identifier: "pinterest_keyword_history_data"
pinterest_keyword_report_identifier: "pinterest_keyword_report_data"
pinterest_ad_group_report_identifier: "pinterest_ad_group_report_data"
pinterest_campaign_report_identifier: "pinterest_campaign_report_data"
pinterest_advertiser_history_identifier: "pinterest_advertiser_history_data"
pinterest_advertiser_report_identifier: "pinterest_advertiser_report_data"
fivetran-joemarkiewicz marked this conversation as resolved.
Show resolved Hide resolved

facebook_ads_source:
facebook_ads_schema: ad_reporting_integration_tests_5
Expand Down Expand Up @@ -283,7 +283,7 @@ seeds:

### Pinterest Seeds

pinterest_ads_ad_group_history_data:
pinterest_ad_group_history_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -292,7 +292,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_campaign_history_data:
pinterest_campaign_history_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -301,7 +301,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_pin_promotion_history_data:
pinterest_pin_promotion_history_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -310,7 +310,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_pin_promotion_report_data:
pinterest_pin_promotion_report_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -319,7 +319,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_ad_group_report_data:
pinterest_ad_group_report_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -328,7 +328,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_advertiser_history_data:
pinterest_advertiser_history_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -337,7 +337,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_advertiser_report_data:
pinterest_advertiser_report_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -346,7 +346,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_campaign_report_data:
pinterest_campaign_report_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -355,7 +355,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_keyword_history_data:
pinterest_keyword_history_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand All @@ -364,7 +364,7 @@ seeds:
advertiser_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pin_promotion_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
keyword_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
pinterest_ads_keyword_report_data:
pinterest_keyword_report_data:
+column_types:
id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
campaign_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id,campaign_id,created_time,name,status,start_time,end_time,_fivetran_synced
2680065434898,626741793779,2020-03-26 09:38:46.000 +0000,9f8de0662581357b8af505197ad8145d,ACTIVE,2020-03-26 09:37:00.000 +0000,,2020-07-30 12:14:01.984 +0000
2680065434868,626741793779,2020-03-26 09:36:43.000 +0000,22a5457e096095c4e295a3c921db864c,ACTIVE,2020-03-26 09:36:00.000 +0000,,2020-07-30 12:14:01.246 +0000
2680065434863,626741793779,2020-03-26 09:35:49.000 +0000,5c7cdb607c2e540062914e276045d4d5,ACTIVE,2020-03-26 09:34:00.000 +0000,,2020-07-30 12:14:00.867 +0000
2680065434881,626741793779,2020-03-26 09:37:17.000 +0000,304b2dc4ed50ff5b6d714b810d8b50cf,ACTIVE,2020-03-26 09:36:00.000 +0000,,2020-07-30 12:14:01.598 +0000
id,campaign_id,created_time,name,status,start_time,end_time,_fivetran_synced,pacing_delivery_type,placement_group,summary_status,ad_account_id
2680065434898,626741793779,2020-03-26 09:38:46.000 +0000,9f8de0662581357b8af505197ad8145d,ACTIVE,2020-03-26 09:37:00.000 +0000,,2020-07-30 12:14:01.984 +0000,STANDARD,ALL,RUNNING,151515151
2680065434868,626741793779,2020-03-26 09:36:43.000 +0000,22a5457e096095c4e295a3c921db864c,ACTIVE,2020-03-26 09:36:00.000 +0000,,2020-07-30 12:14:01.246 +0000,STANDARD,SEARCH,RUNNING,151515151
2680065434863,626741793779,2020-03-26 09:35:49.000 +0000,5c7cdb607c2e540062914e276045d4d5,ACTIVE,2020-03-26 09:34:00.000 +0000,,2020-07-30 12:14:00.867 +0000,STANDARD,BROWSE,RUNNING,151515151
2680065434881,626741793779,2020-03-26 09:37:17.000 +0000,304b2dc4ed50ff5b6d714b810d8b50cf,ACTIVE,2020-03-26 09:36:00.000 +0000,,2020-07-30 12:14:01.598 +0000,STANDARD,OTHER,RUNNING,151515151

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
id,updated_time,_fivetran_synced,billing_profile_status,billing_type,country,created_time,currency,merchant_id,name,owner_user_id,status
549764253315,2022-06-07 14:43:17,2022-06-30 14:01:04,VALID,CASH_MONEY,US,2022-06-07 14:17:13,USD,,That Kitty Cat Company,1111111,ACTIVE
id,updated_time,_fivetran_synced,billing_profile_status,billing_type,country,created_time,currency,merchant_id,name,owner_user_id,status,owner_username,permissions
549764253315,2022-06-07 14:43:17,2022-06-30 14:01:04,VALID,CASH_MONEY,US,2022-06-07 14:17:13,USD,,That Kitty Cat Company,1111111,ACTIVE,username,string
2 changes: 2 additions & 0 deletions integration_tests/seeds/pinterest_campaign_history_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,created_time,name,status,_fivetran_synced,advertiser_id,default_ad_group_budget_in_micro_currency,is_automated_campaign,is_campaign_budget_optimization,is_flexible_daily_budgets
626741793779,2020-03-26 08:59:57.000 +0000,19e757f946601de26307d8182635b716,ACTIVE,2020-07-30 12:14:00.362 +0000,151515151,134,True,True,True
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
id,ad_group_id,created_time,destination_url,name,pin_id,status,creative_type,_fivetran_synced
687205395400,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-05-28 06:14:04.150 +0000
687205395399,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-06-15 18:14:18.130 +0000
687205395403,2680065434881,2020-03-26 09:37:17.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-01 12:14:37.616 +0000
687205395388,2680065434863,2020-03-26 09:35:49.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-23 12:14:01.610 +0000
687205395434,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-24 00:14:18.647 +0000
687205395434,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-30 12:14:03.098 +0000
687205395388,2680065434863,2020-03-26 09:35:49.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-30 12:14:03.093 +0000
687205395403,2680065434881,2020-03-26 09:37:17.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-30 12:14:03.096 +0000
687205395399,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-07-30 12:14:03.094 +0000
687205395400,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-30 12:14:03.095 +0000
687205395387,2680065434863,2020-03-26 09:35:49.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-07-30 12:14:03.093 +0000
687205395402,2680065434881,2020-03-26 09:37:17.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-07-30 12:14:03.096 +0000
687205395389,2680065434863,2020-03-26 09:35:49.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216199,ACTIVE,VIDEO,2020-07-30 12:14:03.094 +0000
687205395433,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-07-30 12:14:03.097 +0000
687205395404,2680065434881,2020-03-26 09:37:17.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216199,ACTIVE,VIDEO,2020-07-30 12:14:03.097 +0000
687205395401,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216199,ACTIVE,VIDEO,2020-07-30 12:14:03.095 +0000
687205395435,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216199,ACTIVE,VIDEO,2020-07-30 12:14:03.098 +0000
687205395434,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-06-23 18:14:30.000 +0000
id,ad_group_id,created_time,destination_url,name,pin_id,status,creative_type,_fivetran_synced,ad_account_id
687205395434,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-30 12:14:03.098 +0000,549760489669
687205395435,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216199,ACTIVE,VIDEO,2020-07-30 12:14:03.098 +0000,549760489669
687205395433,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-07-30 12:14:03.097 +0000,549760489669
687205395404,2680065434881,2020-03-26 09:37:17.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216199,ACTIVE,VIDEO,2020-07-30 12:14:03.097 +0000,549760489669
687205395403,2680065434881,2020-03-26 09:37:17.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-30 12:14:03.096 +0000,549760489669
687205395402,2680065434881,2020-03-26 09:37:17.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-07-30 12:14:03.096 +0000,549760489669
687205395400,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-30 12:14:03.095 +0000,549760489669
687205395401,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216199,ACTIVE,VIDEO,2020-07-30 12:14:03.095 +0000,549760489669
687205395399,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-07-30 12:14:03.094 +0000,549760489669
687205395389,2680065434863,2020-03-26 09:35:49.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216199,ACTIVE,VIDEO,2020-07-30 12:14:03.094 +0000,549760489669
687205395388,2680065434863,2020-03-26 09:35:49.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-30 12:14:03.093 +0000,549760489669
687205395387,2680065434863,2020-03-26 09:35:49.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-07-30 12:14:03.093 +0000,549760489669
687205395434,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-24 00:14:18.647 +0000,549760489669
687205395388,2680065434863,2020-03-26 09:35:49.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-23 12:14:01.610 +0000,549760489669
687205395403,2680065434881,2020-03-26 09:37:17.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-07-01 12:14:37.616 +0000,549760489669
687205395434,2680065434898,2020-03-26 09:38:46.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-06-23 18:14:30.000 +0000,549760489669
687205395399,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216220,ACTIVE,VIDEO,2020-06-15 18:14:18.130 +0000,549760489669
687205395400,2680065434868,2020-03-26 09:36:43.000 +0000,https://website.com/page?utm_source=sdfds,8d2b9c960e7bf8a6c22239377c1e6d81,848506386032216135,ACTIVE,VIDEO,2020-05-28 06:14:04.150 +0000,549760489669
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
version: [">=0.9.0", "<0.10.0"]

- package: fivetran/pinterest
version: [">=0.7.0", "<0.8.0"]
version: [">=0.8.0", "<0.9.0"]

- package: fivetran/linkedin
version: [">=0.7.0", "<0.8.0"]
Expand Down