Skip to content

Commit cfb7ff1

Browse files
midavadimschlattk
authored andcommitted
🎉 Source Facebook pages: updated all empty objects in Page and Post streams (airbytehq#8267)
* updated part of non-defined object properties * Updates schema for Page and Post streams, empty objects are replaced with references to sub nodes, fixed fields for page stream, added TypeTransformer because some attributes should be explicitly converted to strings. Added schema generation tool * updated docs * fixed format issues * enhanced schemas - added datatime format, float is saved as number * updated source version
1 parent ffc6a5d commit cfb7ff1

File tree

80 files changed

+6754
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+6754
-293
lines changed

‎airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/010eb12f-837b-4685-892d-0a39f76a98f5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"sourceDefinitionId": "010eb12f-837b-4685-892d-0a39f76a98f5",
33
"name": "Facebook Pages",
44
"dockerRepository": "airbyte/source-facebook-pages",
5-
"dockerImageTag": "0.1.3",
5+
"dockerImageTag": "0.1.5",
66
"documentationUrl": "https://hub.docker.com/r/airbyte/source-facebook-pages",
77
"icon": "facebook.svg"
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
- name: Facebook Pages
177177
sourceDefinitionId: 010eb12f-837b-4685-892d-0a39f76a98f5
178178
dockerRepository: airbyte/source-facebook-pages
179-
dockerImageTag: 0.1.4
179+
dockerImageTag: 0.1.5
180180
documentationUrl: https://hub.docker.com/r/airbyte/source-facebook-pages
181181
icon: facebook.svg
182182
sourceType: api

‎airbyte-integrations/connectors/source-facebook-pages/Dockerfile

Lines changed: 1 addition & 1 deletion
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.1.4
15+
LABEL io.airbyte.version=0.1.5
1616
LABEL io.airbyte.name=airbyte/source-facebook-pages

‎airbyte-integrations/connectors/source-facebook-pages/source_facebook_pages/metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
"groups",
246246
"image_copyrights",
247247
"indexed_videos",
248+
# "insights_exports", Tried accessing nonexisting field (insights_exports) on node type (Page)
248249
"instagram_accounts",
249250
"likes",
250251
"live_encoders",

0 commit comments

Comments
 (0)