port-ocean 0.29.5__py3-none-any.whl → 0.29.7__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/clients/port/mixins/actions.py +1 -1
- port_ocean/config/settings.py +1 -1
- {port_ocean-0.29.5.dist-info → port_ocean-0.29.7.dist-info}/METADATA +1 -1
- {port_ocean-0.29.5.dist-info → port_ocean-0.29.7.dist-info}/RECORD +7 -7
- {port_ocean-0.29.5.dist-info → port_ocean-0.29.7.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.29.5.dist-info → port_ocean-0.29.7.dist-info}/WHEEL +0 -0
- {port_ocean-0.29.5.dist-info → port_ocean-0.29.7.dist-info}/entry_points.txt +0 -0
|
@@ -8,7 +8,7 @@ from port_ocean.core.models import (
|
|
|
8
8
|
)
|
|
9
9
|
from port_ocean.exceptions.execution_manager import RunAlreadyAcknowledgedError
|
|
10
10
|
|
|
11
|
-
INTERNAL_ACTIONS_CLIENT_HEADER = {"x-port-
|
|
11
|
+
INTERNAL_ACTIONS_CLIENT_HEADER = {"x-port-reserved-usage": "true"}
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
class ActionsClientMixin:
|
port_ocean/config/settings.py
CHANGED
|
@@ -132,7 +132,7 @@ class IntegrationConfiguration(BaseOceanSettings, extra=Extra.allow):
|
|
|
132
132
|
upsert_entities_batch_max_length: int = 20
|
|
133
133
|
upsert_entities_batch_max_size_in_bytes: int = 1024 * 1024
|
|
134
134
|
lakehouse_enabled: bool = False
|
|
135
|
-
yield_items_to_parse: bool =
|
|
135
|
+
yield_items_to_parse: bool = True
|
|
136
136
|
yield_items_to_parse_batch_size: int = 10
|
|
137
137
|
|
|
138
138
|
streaming: StreamingSettings = Field(default_factory=lambda: StreamingSettings())
|
|
@@ -59,7 +59,7 @@ port_ocean/clients/port/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
59
59
|
port_ocean/clients/port/authentication.py,sha256=KujhSGUQcrlvA54J9pJNpUxrdue-AwZwYy8U2cX5rZM,4219
|
|
60
60
|
port_ocean/clients/port/client.py,sha256=LHR6zKgCCCyhe3aPWH0kRFYS02BN-lIDZMPQbaz-iDg,3776
|
|
61
61
|
port_ocean/clients/port/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
62
|
-
port_ocean/clients/port/mixins/actions.py,sha256=
|
|
62
|
+
port_ocean/clients/port/mixins/actions.py,sha256=XkmK1C1zH-u8hy04No-SzsVh5iH6csKkYsEtyBzb84E,3479
|
|
63
63
|
port_ocean/clients/port/mixins/blueprints.py,sha256=iAKwguhDpUL-YLd7GRNjS-monVgOG8UyKJFOengO_zM,4291
|
|
64
64
|
port_ocean/clients/port/mixins/entities.py,sha256=UiVssYYqJeHhrLahx1mW24B7oGVMZV2WVvUze_htuBk,25279
|
|
65
65
|
port_ocean/clients/port/mixins/integrations.py,sha256=rzmfv3BfsBXX21VZrhZLsH5B5spvVBo6xIiXKxOwNvg,12236
|
|
@@ -71,7 +71,7 @@ port_ocean/clients/port/utils.py,sha256=osFyAjw7Y5Qf2uVSqC7_RTCQfijiL1zS74JJM0go
|
|
|
71
71
|
port_ocean/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
72
72
|
port_ocean/config/base.py,sha256=x1gFbzujrxn7EJudRT81C6eN9WsYAb3vOHwcpcpX8Tc,6370
|
|
73
73
|
port_ocean/config/dynamic.py,sha256=Lrk4JRGtR-0YKQ9DDGexX5NGFE7EJ6VoHya19YYhssM,2687
|
|
74
|
-
port_ocean/config/settings.py,sha256=
|
|
74
|
+
port_ocean/config/settings.py,sha256=8NSEUwO1lOmH-D865zEllHS4e7yR1gd6Hqalwkt7AJM,8839
|
|
75
75
|
port_ocean/consumers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
76
76
|
port_ocean/consumers/kafka_consumer.py,sha256=N8KocjBi9aR0BOPG8hgKovg-ns_ggpEjrSxqSqF_BSo,4710
|
|
77
77
|
port_ocean/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -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.7.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
222
|
+
port_ocean-0.29.7.dist-info/METADATA,sha256=5gVuHrq6C8uN7kLvwrwHr44Z5vIBIH4omF3NLEUNTH0,7054
|
|
223
|
+
port_ocean-0.29.7.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
224
|
+
port_ocean-0.29.7.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
225
|
+
port_ocean-0.29.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|