port-ocean 0.29.8__py3-none-any.whl → 0.29.9__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.
- port_ocean/helpers/retry.py +1 -1
- {port_ocean-0.29.8.dist-info → port_ocean-0.29.9.dist-info}/METADATA +1 -1
- {port_ocean-0.29.8.dist-info → port_ocean-0.29.9.dist-info}/RECORD +6 -6
- {port_ocean-0.29.8.dist-info → port_ocean-0.29.9.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.29.8.dist-info → port_ocean-0.29.9.dist-info}/WHEEL +0 -0
- {port_ocean-0.29.8.dist-info → port_ocean-0.29.9.dist-info}/entry_points.txt +0 -0
port_ocean/helpers/retry.py
CHANGED
|
@@ -335,7 +335,7 @@ class RetryTransport(httpx.AsyncBaseTransport, httpx.BaseTransport):
|
|
|
335
335
|
)
|
|
336
336
|
|
|
337
337
|
def _should_log_response_size(self, request: httpx.Request) -> bool:
|
|
338
|
-
return self._logger is not None and not request.url.host.endswith("
|
|
338
|
+
return self._logger is not None and not request.url.host.endswith("port.io")
|
|
339
339
|
|
|
340
340
|
def _get_content_length(self, response: httpx.Response) -> int | None:
|
|
341
341
|
content_length = response.headers.get("Content-Length") or response.headers.get(
|
|
@@ -150,7 +150,7 @@ port_ocean/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
150
150
|
port_ocean/helpers/async_client.py,sha256=M8gKUjX8ZwRbmJ-U6KNq-p-nfGr0CwHdS0eN_pbZAJ0,2103
|
|
151
151
|
port_ocean/helpers/metric/metric.py,sha256=kBRMCSBrCmwloBt4qnlJWZoZWU-b9hm3Mvm7rCjhtDs,14568
|
|
152
152
|
port_ocean/helpers/metric/utils.py,sha256=1lAgrxnZLuR_wUNDyPOPzLrm32b8cDdioob2lvnPQ1A,1619
|
|
153
|
-
port_ocean/helpers/retry.py,sha256=
|
|
153
|
+
port_ocean/helpers/retry.py,sha256=UiOUo89hUrY0VVLL8sMR8GAYg-UVf2Y3yJ-8hBU1I7E,20285
|
|
154
154
|
port_ocean/helpers/stream.py,sha256=_UwsThzXynxWzL8OlBT1pmb2evZBi9HaaqeAGNuTuOI,2338
|
|
155
155
|
port_ocean/log/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
156
156
|
port_ocean/log/handlers.py,sha256=LJ1WAfq7wYCrBpeLPihMKmWjdSahKKXNHFMRYkbk0Co,3630
|
|
@@ -218,8 +218,8 @@ port_ocean/utils/repeat.py,sha256=U2OeCkHPWXmRTVoPV-VcJRlQhcYqPWI5NfmPlb1JIbc,32
|
|
|
218
218
|
port_ocean/utils/signal.py,sha256=J1sI-e_32VHP_VUa5bskLMFoJjJOAk5isrnewKDikUI,2125
|
|
219
219
|
port_ocean/utils/time.py,sha256=pufAOH5ZQI7gXvOvJoQXZXZJV-Dqktoj9Qp9eiRwmJ4,1939
|
|
220
220
|
port_ocean/version.py,sha256=UsuJdvdQlazzKGD3Hd5-U7N69STh8Dq9ggJzQFnu9fU,177
|
|
221
|
-
port_ocean-0.29.
|
|
222
|
-
port_ocean-0.29.
|
|
223
|
-
port_ocean-0.29.
|
|
224
|
-
port_ocean-0.29.
|
|
225
|
-
port_ocean-0.29.
|
|
221
|
+
port_ocean-0.29.9.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
222
|
+
port_ocean-0.29.9.dist-info/METADATA,sha256=TDdqu33zG35WNLxcyfuKpOKRIWQXSLRZZObRrjAKW_c,7054
|
|
223
|
+
port_ocean-0.29.9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
224
|
+
port_ocean-0.29.9.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
225
|
+
port_ocean-0.29.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|