Skip to content

Commit

Permalink
bump to v15.0 (#18467)
Browse files Browse the repository at this point in the history
* bump to v15.0

* disable backwards compatible test for 0.2.69

* fix spec

* skip comprehensive

* bump

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
2 people authored and nataly committed Nov 3, 2022
1 parent 9505596 commit e239f4e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
- name: Facebook Marketing
sourceDefinitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c
dockerRepository: airbyte/source-facebook-marketing
dockerImageTag: 0.2.69
dockerImageTag: 0.2.70
documentationUrl: https://docs.airbyte.com/integrations/sources/facebook-marketing
icon: facebook.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-facebook-marketing:0.2.69"
- dockerImage: "airbyte/source-facebook-marketing:0.2.70"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/facebook-marketing"
changelogUrl: "https://docs.airbyte.com/integrations/sources/facebook-marketing"
Expand Down Expand Up @@ -2884,6 +2884,7 @@
- "social_spend"
- "spend"
- "total_postbacks"
- "total_postbacks_detailed"
- "unique_actions"
- "unique_clicks"
- "unique_conversions"
Expand Down Expand Up @@ -2940,12 +2941,15 @@
- "hourly_stats_aggregated_by_audience_time_zone"
- "image_asset"
- "impression_device"
- "is_conversion_id_modeled"
- "link_url_asset"
- "mmm"
- "place_page_id"
- "platform_position"
- "product_id"
- "publisher_platform"
- "region"
- "skan_campaign_id"
- "skan_conversion_id"
- "title_asset"
- "video_asset"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]


LABEL io.airbyte.version=0.2.69
LABEL io.airbyte.version=0.2.70
LABEL io.airbyte.name=airbyte/source-facebook-marketing
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ connector_image: airbyte/source-facebook-marketing:dev
tests:
spec:
- spec_path: "integration_tests/spec.json"
backward_compatibility_tests_config:
disable_for_version: "0.2.60"
connection:
- config_path: "secrets/config.json"
status: "succeed"
Expand All @@ -19,5 +17,6 @@ tests:
incremental:
- config_path: "secrets/config.json"
future_state_path: "integration_tests/future_state.json"
skip_comprehensive_incremental_tests: true
full_refresh:
- config_path: "secrets/config.json"
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
"social_spend",
"spend",
"total_postbacks",
"total_postbacks_detailed",
"unique_actions",
"unique_clicks",
"unique_conversions",
Expand Down Expand Up @@ -231,12 +232,15 @@
"hourly_stats_aggregated_by_audience_time_zone",
"image_asset",
"impression_device",
"is_conversion_id_modeled",
"link_url_asset",
"mmm",
"place_page_id",
"platform_position",
"product_id",
"publisher_platform",
"region",
"skan_campaign_id",
"skan_conversion_id",
"title_asset",
"video_asset"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.1",
"cached_property==1.5.2",
"facebook_business==14.0.0",
"facebook_business==15.0.0",
"pendulum>=2,<3",
]

Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/facebook-marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Please be informed that the connector uses the `lookback_window` parameter to pe

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 0.2.70 | 2022-10-26 | [18045](https://github.com/airbytehq/airbyte/pull/18045) | Upgrade FB SDK to v15.0 |
| 0.2.69 | 2022-10-17 | [18045](https://github.com/airbytehq/airbyte/pull/18045) | Remove "pixel" field from the Custom Conversions stream schema |
| 0.2.68 | 2022-10-12 | [17869](https://github.com/airbytehq/airbyte/pull/17869) | Remove "format" from optional datetime `end_date` field |
| 0.2.67 | 2022-10-04 | [17551](https://github.com/airbytehq/airbyte/pull/17551) | Add `cursor_field` for custom_insights stream schema |
Expand Down

0 comments on commit e239f4e

Please sign in to comment.