airbyte-source-facebook-pages 2.0.4.dev202601221143__py3-none-any.whl → 2.0.4.dev202602041215__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.dev202601221143
3
+ Version: 2.0.4.dev202602041215
4
4
  Summary: Source implementation for Facebook Pages.
5
5
  Home-page: https://airbyte.com
6
6
  License: ELv2
@@ -1,6 +1,6 @@
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=XIOk5KxmOmd-d6rHjdov8droyqJAc4ZzHk-QxTqcFB0,11254
3
+ source_facebook_pages/manifest.yaml,sha256=WBrWjT7s8MEirRne5ARJzsyLP6a_Gk2fOcfOhQwApmc,11350
4
4
  source_facebook_pages/run.py,sha256=LaHnyS63ROFHA8RA-xgN83CGtq6clz2UlmX3UcxxAQk,253
5
5
  source_facebook_pages/schemas/page.json,sha256=2IU2wycPRqVi9OCQfqGJcpRXiJczxsZmJhIwB8UgK6g,51056
6
6
  source_facebook_pages/schemas/page_insights.json,sha256=lmNt_NuUjr25eIC81L5mZcIfBnGnfCNIpkFKx-Lh7M8,734
@@ -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.dev202601221143.dist-info/METADATA,sha256=RA-6EQ5SMUBPSemjVHCvs4WZlSy0nTVw9bCIk3Xk3JU,7506
76
- airbyte_source_facebook_pages-2.0.4.dev202601221143.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
77
- airbyte_source_facebook_pages-2.0.4.dev202601221143.dist-info/entry_points.txt,sha256=AJV3GvUFQ9l36Gr9_Qa8nNl5Es2qOZMTKx2gugXnyvQ,71
78
- airbyte_source_facebook_pages-2.0.4.dev202601221143.dist-info/RECORD,,
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,,
@@ -20,7 +20,8 @@ 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: RETRY
23
+ action: FAIL
24
+ error_message: "Bad request: {{ response.get('error', {}).get('message', response) }}"
24
25
  authenticator:
25
26
  type: CustomAuthenticator
26
27
  class_name: source_facebook_pages.components.AuthenticatorFacebookPageAccessToken