airbyte-cdk 0.70.1__py3-none-any.whl → 0.70.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- airbyte_cdk/sources/declarative/requesters/http_requester.py +0 -3
- {airbyte_cdk-0.70.1.dist-info → airbyte_cdk-0.70.2.dist-info}/METADATA +1 -1
- {airbyte_cdk-0.70.1.dist-info → airbyte_cdk-0.70.2.dist-info}/RECORD +6 -6
- {airbyte_cdk-0.70.1.dist-info → airbyte_cdk-0.70.2.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-0.70.1.dist-info → airbyte_cdk-0.70.2.dist-info}/WHEEL +0 -0
- {airbyte_cdk-0.70.1.dist-info → airbyte_cdk-0.70.2.dist-info}/top_level.txt +0 -0
@@ -456,9 +456,6 @@ class HttpRequester(Requester):
|
|
456
456
|
json=self._request_body_json(stream_state, stream_slice, next_page_token, request_body_json),
|
457
457
|
data=self._request_body_data(stream_state, stream_slice, next_page_token, request_body_data),
|
458
458
|
)
|
459
|
-
import time
|
460
|
-
|
461
|
-
time.sleep(1)
|
462
459
|
|
463
460
|
response = self._send_with_retry(request, log_formatter=log_formatter)
|
464
461
|
return self._validate_response(response)
|
@@ -93,7 +93,7 @@ airbyte_cdk/sources/declarative/partition_routers/list_partition_router.py,sha25
|
|
93
93
|
airbyte_cdk/sources/declarative/partition_routers/single_partition_router.py,sha256=cl-TQdu_m6_IF20gdD1jll0SpejIyMZHvyGXx2NafuI,1611
|
94
94
|
airbyte_cdk/sources/declarative/partition_routers/substream_partition_router.py,sha256=TO1hnMdsoMtXa_o5YqVDlcAq1T4UAV5ZbJYMNFffDlY,7964
|
95
95
|
airbyte_cdk/sources/declarative/requesters/__init__.py,sha256=d7a3OoHbqaJDyyPli3nqqJ2yAW_SLX6XDaBAKOwvpxw,364
|
96
|
-
airbyte_cdk/sources/declarative/requesters/http_requester.py,sha256=
|
96
|
+
airbyte_cdk/sources/declarative/requesters/http_requester.py,sha256=tKpixqFqQIVZ923wjWDiHTpvhRGehRwGV8XgCoyo914,27994
|
97
97
|
airbyte_cdk/sources/declarative/requesters/request_option.py,sha256=_qmv8CLQQ3fERt6BuMZeRu6tZXscPoeARx1VJdWMQ_M,1055
|
98
98
|
airbyte_cdk/sources/declarative/requesters/request_path.py,sha256=S3MeFvcaQrMbOkSY2W2VbXLNomqt_3eXqVd9ZhgNwUs,299
|
99
99
|
airbyte_cdk/sources/declarative/requesters/requester.py,sha256=LXksiu_zp6K6vO70hXNjaOloA02u7MW1mmLdBpAGaos,5559
|
@@ -459,8 +459,8 @@ unit_tests/utils/test_schema_inferrer.py,sha256=Z2jHBZ540wnYkylIdV_2xr75Vtwlxuyg
|
|
459
459
|
unit_tests/utils/test_secret_utils.py,sha256=CdKK8A2-5XVxbXVtX22FK9dwwMeP5KNqDH6luWRXSNw,5256
|
460
460
|
unit_tests/utils/test_stream_status_utils.py,sha256=Xr8MZ2HWgTVIyMbywDvuYkRaUF4RZLQOT8-JjvcfR24,2970
|
461
461
|
unit_tests/utils/test_traced_exception.py,sha256=bDFP5zMBizFenz6V2WvEZTRCKGB5ijh3DBezjbfoYIs,4198
|
462
|
-
airbyte_cdk-0.70.
|
463
|
-
airbyte_cdk-0.70.
|
464
|
-
airbyte_cdk-0.70.
|
465
|
-
airbyte_cdk-0.70.
|
466
|
-
airbyte_cdk-0.70.
|
462
|
+
airbyte_cdk-0.70.2.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
463
|
+
airbyte_cdk-0.70.2.dist-info/METADATA,sha256=2B0x5Y9M3ZyRPwYmXjynUjYCeFnTldJIPQCAcAuqYMs,11074
|
464
|
+
airbyte_cdk-0.70.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
465
|
+
airbyte_cdk-0.70.2.dist-info/top_level.txt,sha256=edvsDKTnE6sD2wfCUaeTfKf5gQIL6CPVMwVL2sWZzqo,51
|
466
|
+
airbyte_cdk-0.70.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|