airbyte-source-facebook-pages 2.0.4.dev202602041215__py3-none-any.whl → 2.0.4.dev202602041458__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airbyte-source-facebook-pages
3
- Version: 2.0.4.dev202602041215
3
+ Version: 2.0.4.dev202602041458
4
4
  Summary: Source implementation for Facebook Pages.
5
5
  Home-page: https://airbyte.com
6
6
  License: ELv2
@@ -1,8 +1,8 @@
1
1
  source_facebook_pages/__init__.py,sha256=VZVUqQ18X8IkiApSkuDl9cXhuxsCFH4LCjHzcwmY0iI,138
2
2
  source_facebook_pages/components.py,sha256=GJLbduA0kYHSD-2JVhieR6us_KszmFbcI1l_nsHZCDE,4704
3
- source_facebook_pages/manifest.yaml,sha256=WBrWjT7s8MEirRne5ARJzsyLP6a_Gk2fOcfOhQwApmc,11350
3
+ source_facebook_pages/manifest.yaml,sha256=8pXpUpOgaouoiJj7RtBIxzdB0ezXDXqVC-755xaOURY,11225
4
4
  source_facebook_pages/run.py,sha256=LaHnyS63ROFHA8RA-xgN83CGtq6clz2UlmX3UcxxAQk,253
5
- source_facebook_pages/schemas/page.json,sha256=2IU2wycPRqVi9OCQfqGJcpRXiJczxsZmJhIwB8UgK6g,51056
5
+ source_facebook_pages/schemas/page.json,sha256=gIMHDBu99tzVK_OHKodH8hYuvJcfztta4sjZdpQmv0c,50263
6
6
  source_facebook_pages/schemas/page_insights.json,sha256=lmNt_NuUjr25eIC81L5mZcIfBnGnfCNIpkFKx-Lh7M8,734
7
7
  source_facebook_pages/schemas/post.json,sha256=T2sS6yQtPxqB8QU89_FQMcRxNePrAcdtLwQrqEvXFxw,8259
8
8
  source_facebook_pages/schemas/post_insights.json,sha256=8de6rtjr80yV8zfHiY4N4mQKq2LlCAxoWoqEVVUJM8E,744
@@ -72,7 +72,7 @@ source_facebook_pages/schemas/shared/videolist.json,sha256=h9rK-JRbsV7EEzxM0ffLw
72
72
  source_facebook_pages/schemas/shared/voipinfo.json,sha256=lwkslyCbqXCBlusPZwXW40ZXUkf_PyR2dmboqT1fCpo,508
73
73
  source_facebook_pages/source.py,sha256=Zd1H8OVfIytOTB99Nb2UWQtt-JAq9NGAVJsqAwWdwmQ,483
74
74
  source_facebook_pages/spec.yaml,sha256=rbbne2qnCX84pKYklIvETCKloS9LuWMvnFA3SXEc1cc,1019
75
- airbyte_source_facebook_pages-2.0.4.dev202602041215.dist-info/METADATA,sha256=DoHr1mc8VLOUT7FvhNxYNdD21fjRlxhn4HdBQY4Yvzs,7506
76
- airbyte_source_facebook_pages-2.0.4.dev202602041215.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
77
- airbyte_source_facebook_pages-2.0.4.dev202602041215.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
78
- airbyte_source_facebook_pages-2.0.4.dev202602041215.dist-info/RECORD,,
75
+ airbyte_source_facebook_pages-2.0.4.dev202602041458.dist-info/METADATA,sha256=zpmXJVwGUFW1KP8OJX7vLqgqALc5pIlq7-O2htvSLeY,7506
76
+ airbyte_source_facebook_pages-2.0.4.dev202602041458.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
77
+ airbyte_source_facebook_pages-2.0.4.dev202602041458.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
78
+ airbyte_source_facebook_pages-2.0.4.dev202602041458.dist-info/RECORD,,
@@ -20,8 +20,7 @@ definitions:
20
20
  error_message_contains: Tried accessing nonexisting field
21
21
  error_message: Request contains invalid/deprecated field.
22
22
  - http_codes: [400]
23
- action: FAIL
24
- error_message: "Bad request: {{ response.get('error', {}).get('message', response) }}"
23
+ action: RETRY
25
24
  authenticator:
26
25
  type: CustomAuthenticator
27
26
  class_name: source_facebook_pages.components.AuthenticatorFacebookPageAccessToken
@@ -211,7 +210,6 @@ definitions:
211
210
  'image_copyrights',
212
211
  'indexed_videos',
213
212
  'likes',
214
- 'live_videos',
215
213
  'photos',
216
214
  'posts',
217
215
  'published_posts',
@@ -1236,39 +1236,6 @@
1236
1236
  }
1237
1237
  }
1238
1238
  },
1239
- "live_videos": {
1240
- "type": ["object", "null"],
1241
- "properties": {
1242
- "data": {
1243
- "type": ["array", "null"],
1244
- "items": {
1245
- "$ref": "livevideo.json"
1246
- }
1247
- },
1248
- "paging": {
1249
- "type": ["object", "null"],
1250
- "properties": {
1251
- "previous": {
1252
- "type": ["string", "null"]
1253
- },
1254
- "next": {
1255
- "type": ["string", "null"]
1256
- },
1257
- "cursors": {
1258
- "type": "object",
1259
- "properties": {
1260
- "before": {
1261
- "type": ["string", "null"]
1262
- },
1263
- "after": {
1264
- "type": ["string", "null"]
1265
- }
1266
- }
1267
- }
1268
- }
1269
- }
1270
- }
1271
- },
1272
1239
  "locations": {
1273
1240
  "type": ["object", "null"],
1274
1241
  "properties": {