From 2569ee13e917ddba7b72ed1ae48155a7118a6232 Mon Sep 17 00:00:00 2001 From: Artem Inzhyyants Date: Mon, 21 Aug 2023 19:27:48 +0200 Subject: [PATCH] Source Facebook Marketing: update docs --- .../connectors/source-facebook-marketing/Dockerfile | 2 +- .../connectors/source-facebook-marketing/metadata.yaml | 2 +- docs/integrations/sources/facebook-marketing.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-facebook-marketing/Dockerfile b/airbyte-integrations/connectors/source-facebook-marketing/Dockerfile index 325d86c0225a..a7647a8e0db0 100644 --- a/airbyte-integrations/connectors/source-facebook-marketing/Dockerfile +++ b/airbyte-integrations/connectors/source-facebook-marketing/Dockerfile @@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=1.1.6 +LABEL io.airbyte.version=1.1.7 LABEL io.airbyte.name=airbyte/source-facebook-marketing diff --git a/airbyte-integrations/connectors/source-facebook-marketing/metadata.yaml b/airbyte-integrations/connectors/source-facebook-marketing/metadata.yaml index b1dc52925d09..57c1f108f263 100644 --- a/airbyte-integrations/connectors/source-facebook-marketing/metadata.yaml +++ b/airbyte-integrations/connectors/source-facebook-marketing/metadata.yaml @@ -5,7 +5,7 @@ data: connectorSubtype: api connectorType: source definitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c - dockerImageTag: 1.1.6 + dockerImageTag: 1.1.7 dockerRepository: airbyte/source-facebook-marketing githubIssueLabel: source-facebook-marketing icon: facebook.svg diff --git a/docs/integrations/sources/facebook-marketing.md b/docs/integrations/sources/facebook-marketing.md index 20c4123f2fdd..a641db23ce12 100644 --- a/docs/integrations/sources/facebook-marketing.md +++ b/docs/integrations/sources/facebook-marketing.md @@ -115,6 +115,9 @@ The Facebook Marketing source connector supports the following sync modes: - [Campaigns](https://developers.facebook.com/docs/marketing-api/reference/ad-campaign-group#fields) - [CustomConversions](https://developers.facebook.com/docs/marketing-api/reference/custom-conversion) - [CustomAudiences](https://developers.facebook.com/docs/marketing-api/reference/custom-audience) +:::caution CustomAudiences +The `rule` field will not be synced because it caused the error message `Please reduce the amount of data...` for certain connections. +::: - [Images](https://developers.facebook.com/docs/marketing-api/reference/ad-image) - [Videos](https://developers.facebook.com/docs/marketing-api/reference/video) @@ -175,6 +178,7 @@ The Facebook Marketing connector uses the `lookback_window` parameter to repeate | Version | Date | Pull Request | Subject | |:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 1.1.7 | 2023-08-21 | [29674](https://github.com/airbytehq/airbyte/pull/29674) | Exclude `rule` from stream `CustomAudiences` | | 1.1.6 | 2023-08-18 | [29642](https://github.com/airbytehq/airbyte/pull/29642) | Stop batch requests if only 1 left in a batch | | 1.1.5 | 2023-08-18 | [29610](https://github.com/airbytehq/airbyte/pull/29610) | Automatically reduce batch size | | 1.1.4 | 2023-08-08 | [29412](https://github.com/airbytehq/airbyte/pull/29412) | Add new custom_audience stream |