Skip to content

Commit cb84383

Browse files
Source Facebook Marketing: Remove extra properties (#21057)
* Source Facebook Marketing: Remove extra properties * Source Facebook Marketing: Docs update * auto-bump connector version Co-authored-by: Octavia Squidington III <[email protected]>
1 parent 8e843b8 commit cb84383

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
- name: Facebook Marketing
452452
sourceDefinitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c
453453
dockerRepository: airbyte/source-facebook-marketing
454-
dockerImageTag: 0.2.80
454+
dockerImageTag: 0.2.81
455455
documentationUrl: https://docs.airbyte.com/integrations/sources/facebook-marketing
456456
icon: facebook.svg
457457
sourceType: api

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3474,7 +3474,7 @@
34743474
supportsNormalization: false
34753475
supportsDBT: false
34763476
supported_destination_sync_modes: []
3477-
- dockerImage: "airbyte/source-facebook-marketing:0.2.80"
3477+
- dockerImage: "airbyte/source-facebook-marketing:0.2.81"
34783478
spec:
34793479
documentationUrl: "https://docs.airbyte.com/integrations/sources/facebook-marketing"
34803480
changelogUrl: "https://docs.airbyte.com/integrations/sources/facebook-marketing"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

1515

16-
LABEL io.airbyte.version=0.2.80
16+
LABEL io.airbyte.version=0.2.81
1717
LABEL io.airbyte.name=airbyte/source-facebook-marketing

airbyte-integrations/connectors/source-facebook-marketing/source_facebook_marketing/streams/streams.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def fields(self) -> List[str]:
179179
# that specific ad account.
180180
if "funding_source_details" in properties and "MANAGE" not in self.get_task_permissions():
181181
properties.remove("funding_source_details")
182+
if "is_prepay_account" in properties and "MANAGE" not in self.get_task_permissions():
182183
properties.remove("is_prepay_account")
183184
return properties
184185

docs/integrations/sources/facebook-marketing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Please be informed that the connector uses the `lookback_window` parameter to pe
131131

132132
| Version | Date | Pull Request | Subject |
133133
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
134+
| 0.2.81 | 2023-01-05 | [21057](https://github.com/airbytehq/airbyte/pull/21057) | Remove unsupported fields from request |
134135
| 0.2.80 | 2022-12-21 | [20736](https://github.com/airbytehq/airbyte/pull/20736) | Fix update next cursor |
135136
| 0.2.79 | 2022-12-07 | [20402](https://github.com/airbytehq/airbyte/pull/20402) | Exclude Not supported fields from request |
136137
| 0.2.78 | 2022-12-07 | [20165](https://github.com/airbytehq/airbyte/pull/20165) | fix fields permission error |

0 commit comments

Comments
 (0)