port-ocean 0.21.2__py3-none-any.whl → 0.21.3__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.
Potentially problematic release.
This version of port-ocean might be problematic. Click here for more details.
- port_ocean/core/integrations/mixins/sync_raw.py +4 -0
- {port_ocean-0.21.2.dist-info → port_ocean-0.21.3.dist-info}/METADATA +1 -1
- {port_ocean-0.21.2.dist-info → port_ocean-0.21.3.dist-info}/RECORD +6 -6
- {port_ocean-0.21.2.dist-info → port_ocean-0.21.3.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.21.2.dist-info → port_ocean-0.21.3.dist-info}/WHEEL +0 -0
- {port_ocean-0.21.2.dist-info → port_ocean-0.21.3.dist-info}/entry_points.txt +0 -0
|
@@ -167,6 +167,10 @@ class SyncRawMixin(HandlerMixin, EventsMixin):
|
|
|
167
167
|
if entities[0].is_using_search_identifier or entities[0].is_using_search_relation:
|
|
168
168
|
return entities
|
|
169
169
|
|
|
170
|
+
MIN_ENTITIES_TO_MAP = 10
|
|
171
|
+
if len(entities) <= MIN_ENTITIES_TO_MAP:
|
|
172
|
+
return entities
|
|
173
|
+
|
|
170
174
|
BATCH_SIZE = 50
|
|
171
175
|
entities_at_port_with_properties = []
|
|
172
176
|
|
|
@@ -113,7 +113,7 @@ port_ocean/core/integrations/mixins/events.py,sha256=2L7P3Jhp8XBqddh2_o9Cn4N261n
|
|
|
113
113
|
port_ocean/core/integrations/mixins/handler.py,sha256=mZ7-0UlG3LcrwJttFbMe-R4xcOU2H_g33tZar7PwTv8,3771
|
|
114
114
|
port_ocean/core/integrations/mixins/live_events.py,sha256=8HklZmlyffYY_LeDe8xbt3Tb08rlLkqVhFF-2NQeJP4,4126
|
|
115
115
|
port_ocean/core/integrations/mixins/sync.py,sha256=GHiFbnw0XrBfl7aCTH_w67f_N7EZbcUgssc-0fPujNU,4047
|
|
116
|
-
port_ocean/core/integrations/mixins/sync_raw.py,sha256=
|
|
116
|
+
port_ocean/core/integrations/mixins/sync_raw.py,sha256=jKbdDEypGJ86uc579anrPLBa_dETQlphi3gvpu9917U,25427
|
|
117
117
|
port_ocean/core/integrations/mixins/utils.py,sha256=oN4Okz6xlaefpid1_Pud8HPSw9BwwjRohyNsknq-Myg,2309
|
|
118
118
|
port_ocean/core/models.py,sha256=FvTp-BlpbvLbMbngE0wsiimsCfmIhUR1PvsE__Z--1I,2206
|
|
119
119
|
port_ocean/core/ocean_types.py,sha256=onwYMsvdd2_9QmZ7qU6h-t2uF_PTIivpEro0ahevhdw,1354
|
|
@@ -184,8 +184,8 @@ port_ocean/utils/repeat.py,sha256=U2OeCkHPWXmRTVoPV-VcJRlQhcYqPWI5NfmPlb1JIbc,32
|
|
|
184
184
|
port_ocean/utils/signal.py,sha256=mMVq-1Ab5YpNiqN4PkiyTGlV_G0wkUDMMjTZp5z3pb0,1514
|
|
185
185
|
port_ocean/utils/time.py,sha256=pufAOH5ZQI7gXvOvJoQXZXZJV-Dqktoj9Qp9eiRwmJ4,1939
|
|
186
186
|
port_ocean/version.py,sha256=UsuJdvdQlazzKGD3Hd5-U7N69STh8Dq9ggJzQFnu9fU,177
|
|
187
|
-
port_ocean-0.21.
|
|
188
|
-
port_ocean-0.21.
|
|
189
|
-
port_ocean-0.21.
|
|
190
|
-
port_ocean-0.21.
|
|
191
|
-
port_ocean-0.21.
|
|
187
|
+
port_ocean-0.21.3.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
188
|
+
port_ocean-0.21.3.dist-info/METADATA,sha256=iRXlKpU0J23xPU_Yok0g-juVSFa5TDs2G2HIsjxESw0,6669
|
|
189
|
+
port_ocean-0.21.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
190
|
+
port_ocean-0.21.3.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
191
|
+
port_ocean-0.21.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|