Skip to content

Commit e5007be

Browse files
authored
Source Facebook: upgrade SDK version to 13 (#11761)
* bumpp fb bussiness sdk version * update fb doc
1 parent 7bb7d23 commit e5007be

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
- name: Facebook Marketing
211211
sourceDefinitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c
212212
dockerRepository: airbyte/source-facebook-marketing
213-
dockerImageTag: 0.2.41
213+
dockerImageTag: 0.2.42
214214
documentationUrl: https://docs.airbyte.io/integrations/sources/facebook-marketing
215215
icon: facebook.svg
216216
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@
17161716
supportsNormalization: false
17171717
supportsDBT: false
17181718
supported_destination_sync_modes: []
1719-
- dockerImage: "airbyte/source-facebook-marketing:0.2.41"
1719+
- dockerImage: "airbyte/source-facebook-marketing:0.2.42"
17201720
spec:
17211721
documentationUrl: "https://docs.airbyte.io/integrations/sources/facebook-marketing"
17221722
changelogUrl: "https://docs.airbyte.io/integrations/sources/facebook-marketing"

airbyte-integrations/connectors/source-facebook-marketing/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.2.41
15+
LABEL io.airbyte.version=0.2.42
1616
LABEL io.airbyte.name=airbyte/source-facebook-marketing

airbyte-integrations/connectors/source-facebook-marketing/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
MAIN_REQUIREMENTS = [
99
"airbyte-cdk==0.1.49",
1010
"cached_property==1.5.2",
11-
"facebook_business==12.0.1",
11+
"facebook_business==13.0.0",
1212
"pendulum>=2,<3",
1313
]
1414

docs/integrations/sources/facebook-marketing.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ For more information, see the [Facebook Insights API documentation.](https://dev
104104

105105
| Version | Date | Pull Request | Subject |
106106
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
107+
| 0.2.42 | 2022-04-06 | [11761](https://github.com/airbytehq/airbyte/pull/11761) | Upgrade Facebook Python SDK to version 13|
107108
| 0.2.41 | 2022-03-28 | [11446](https://github.com/airbytehq/airbyte/pull/11446) | Increase number of attempts for individual jobs |
108109
| 0.2.40 | 2022-02-28 | [10698](https://github.com/airbytehq/airbyte/pull/10698) | Improve sleeps time in rate limit handler |
109110
| 0.2.39 | 2022-03-09 | [10917](https://github.com/airbytehq/airbyte/pull/10917) | Retry connections when FB API returns error code 2 (temporary oauth error) |

0 commit comments

Comments
 (0)