Skip to content

Commit 7eb5577

Browse files
authored
Bump connectors version + update docs (#6060)
1 parent 20ee2d3 commit 7eb5577

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/e7778cfc-e97c-4458-9ecb-b4f2bba8946c.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"sourceDefinitionId": "e7778cfc-e97c-4458-9ecb-b4f2bba8946c",
33
"name": "Facebook Marketing",
44
"dockerRepository": "airbyte/source-facebook-marketing",
5-
"dockerImageTag": "0.2.14",
5+
"dockerImageTag": "0.2.16",
66
"documentationUrl": "https://docs.airbyte.io/integrations/sources/facebook-marketing",
77
"icon": "facebook.svg"
88
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
- sourceDefinitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c
138138
name: Facebook Marketing
139139
dockerRepository: airbyte/source-facebook-marketing
140-
dockerImageTag: 0.2.14
140+
dockerImageTag: 0.2.16
141141
documentationUrl: https://docs.airbyte.io/integrations/sources/facebook-marketing
142142
icon: facebook.svg
143143
- sourceDefinitionId: 010eb12f-837b-4685-892d-0a39f76a98f5

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.15
15+
LABEL io.airbyte.version=0.2.16
1616
LABEL io.airbyte.name=airbyte/source-facebook-marketing

docs/integrations/sources/facebook-marketing.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ See Facebook's [documentation on rate limiting](https://developers.facebook.com/
5656

5757
### Requirements
5858

59-
* A Facebook Ad Account ID
59+
* A Facebook Ad Account ID
6060
* A Facebook App which has the Marketing API enabled
6161
* A Facebook Marketing API Access Token
6262
* Request a rate limit increase from Facebook
@@ -101,15 +101,17 @@ With the Ad Account ID and API access token, you should be ready to start pullin
101101

102102
| Version | Date | Pull Request | Subject |
103103
| :------ | :-------- | :----- | :------ |
104-
| 0.2.14 | 2021-07-19 | [4820](https://github.com/airbytehq/airbyte/pull/4820) | Improve the rate limit management|
105-
| 0.2.12 | 2021-06-20 | [3743](https://github.com/airbytehq/airbyte/pull/3743) | Refactor connector to use CDK:<br>- Improve error handling.<br>- Improve async job performance (insights).<br>- Add new configuration parameter `insights_days_per_job`.<br>- Rename stream `adsets` to `ad_sets`.<br>- Refactor schema logic for insights, allowing to configure any possible insight stream.|
106-
| 0.2.10 | 2021-06-16 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Update version of facebook_bussiness to 11.0|
104+
| 0.2.16 | 2021-09-14 | [6060](https://github.com/airbytehq/airbyte/pull/6060) | Fix schema for `ads_insights` stream |
105+
| 0.2.15 | 2021-09-14 | [5958](https://github.com/airbytehq/airbyte/pull/5958) | Fix url parsing and add report that exposes conversions |
106+
| 0.2.14 | 2021-07-19 | [4820](https://github.com/airbytehq/airbyte/pull/4820) | Improve the rate limit management |
107+
| 0.2.12 | 2021-06-20 | [3743](https://github.com/airbytehq/airbyte/pull/3743) | Refactor connector to use CDK:<br>- Improve error handling.<br>- Improve async job performance (insights).<br>- Add new configuration parameter `insights_days_per_job`.<br>- Rename stream `adsets` to `ad_sets`.<br>- Refactor schema logic for insights, allowing to configure any possible insight stream. |
108+
| 0.2.10 | 2021-06-16 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Update version of facebook_bussiness to 11.0 |
107109
| 0.2.9 | 2021-06-10 | [3996](https://github.com/airbytehq/airbyte/pull/3996) | Add `AIRBYTE_ENTRYPOINT` for Kubernetes support |
108-
| 0.2.8 | 2021-06-09 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Add 80000 as a rate-limiting error code|
110+
| 0.2.8 | 2021-06-09 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Add 80000 as a rate-limiting error code |
109111
| 0.2.7 | 2021-06-03 | [3646](https://github.com/airbytehq/airbyte/pull/3646) | Add missing fields to AdInsights streams |
110112
| 0.2.6 | 2021-05-25 | [3525](https://github.com/airbytehq/airbyte/pull/3525) | Fix handling call rate limit |
111113
| 0.2.5 | 2021-05-20 | [3396](https://github.com/airbytehq/airbyte/pull/3396) | Allow configuring insights lookback window |
112-
| 0.2.4 | 2021-05-13 | [3395](https://github.com/airbytehq/airbyte/pull/3395) | Fix an issue that caused losing Insights data from the past 28 days while incremental sync|
114+
| 0.2.4 | 2021-05-13 | [3395](https://github.com/airbytehq/airbyte/pull/3395) | Fix an issue that caused losing Insights data from the past 28 days while incremental sync |
113115
| 0.2.3 | 2021-04-28 | [3116](https://github.com/airbytehq/airbyte/pull/3116) | Wait longer (5 min) for async jobs to start |
114116
| 0.2.2 | 2021-04-03 | [2726](https://github.com/airbytehq/airbyte/pull/2726) | Fix base connector versioning |
115117
| 0.2.1 | 2021-03-12 | [2391](https://github.com/airbytehq/airbyte/pull/2391) | Support FB Marketing API v10 |

0 commit comments

Comments
 (0)