port-ocean 0.18.1__py3-none-any.whl → 0.18.2__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 +8 -13
- {port_ocean-0.18.1.dist-info → port_ocean-0.18.2.dist-info}/METADATA +1 -1
- {port_ocean-0.18.1.dist-info → port_ocean-0.18.2.dist-info}/RECORD +6 -6
- {port_ocean-0.18.1.dist-info → port_ocean-0.18.2.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.18.1.dist-info → port_ocean-0.18.2.dist-info}/WHEEL +0 -0
- {port_ocean-0.18.1.dist-info → port_ocean-0.18.2.dist-info}/entry_points.txt +0 -0
|
@@ -143,19 +143,14 @@ class SyncRawMixin(HandlerMixin, EventsMixin):
|
|
|
143
143
|
"combinator": "and",
|
|
144
144
|
"rules": [
|
|
145
145
|
{
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
"property": "$blueprint",
|
|
155
|
-
"operator": "=",
|
|
156
|
-
"value": entities[0].blueprint,
|
|
157
|
-
}
|
|
158
|
-
]
|
|
146
|
+
"property": "$identifier",
|
|
147
|
+
"operator": "in",
|
|
148
|
+
"value": [entity.identifier for entity in entities]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"property": "$blueprint",
|
|
152
|
+
"operator": "=",
|
|
153
|
+
"value": entities[0].blueprint
|
|
159
154
|
}
|
|
160
155
|
]
|
|
161
156
|
}
|
|
@@ -101,7 +101,7 @@ port_ocean/core/integrations/mixins/__init__.py,sha256=FA1FEKMM6P-L2_m7Q4L20mFa4
|
|
|
101
101
|
port_ocean/core/integrations/mixins/events.py,sha256=0jKRsBw6lU8Mqs7MaQK4n-t_H6Z4NEkXZ5VWzqTrKEc,2396
|
|
102
102
|
port_ocean/core/integrations/mixins/handler.py,sha256=mZ7-0UlG3LcrwJttFbMe-R4xcOU2H_g33tZar7PwTv8,3771
|
|
103
103
|
port_ocean/core/integrations/mixins/sync.py,sha256=B9fEs8faaYLLikH9GBjE_E61vo0bQDjIGQsQ1SRXOlA,3931
|
|
104
|
-
port_ocean/core/integrations/mixins/sync_raw.py,sha256=
|
|
104
|
+
port_ocean/core/integrations/mixins/sync_raw.py,sha256=Ke-wCBv2zVEgF-6QafXKRkmJ59qAsqSHr61XPfq19J8,24752
|
|
105
105
|
port_ocean/core/integrations/mixins/utils.py,sha256=oN4Okz6xlaefpid1_Pud8HPSw9BwwjRohyNsknq-Myg,2309
|
|
106
106
|
port_ocean/core/models.py,sha256=BDSylTaTMtisvFR2gM6gmRc-387tA0XZSFufKEYdk3A,2115
|
|
107
107
|
port_ocean/core/ocean_types.py,sha256=j_-or1VxDy22whLLxwxgzIsE4wAhFLH19Xff9l4oJA8,1124
|
|
@@ -158,8 +158,8 @@ port_ocean/utils/repeat.py,sha256=0EFWM9d8lLXAhZmAyczY20LAnijw6UbIECf5lpGbOas,32
|
|
|
158
158
|
port_ocean/utils/signal.py,sha256=K-6kKFQTltcmKDhtyZAcn0IMa3sUpOHGOAUdWKgx0_E,1369
|
|
159
159
|
port_ocean/utils/time.py,sha256=pufAOH5ZQI7gXvOvJoQXZXZJV-Dqktoj9Qp9eiRwmJ4,1939
|
|
160
160
|
port_ocean/version.py,sha256=UsuJdvdQlazzKGD3Hd5-U7N69STh8Dq9ggJzQFnu9fU,177
|
|
161
|
-
port_ocean-0.18.
|
|
162
|
-
port_ocean-0.18.
|
|
163
|
-
port_ocean-0.18.
|
|
164
|
-
port_ocean-0.18.
|
|
165
|
-
port_ocean-0.18.
|
|
161
|
+
port_ocean-0.18.2.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
162
|
+
port_ocean-0.18.2.dist-info/METADATA,sha256=sq2TAoAyAoHZePy8yYbv9qbqH25qJnaNff16I-guId0,6669
|
|
163
|
+
port_ocean-0.18.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
164
|
+
port_ocean-0.18.2.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
165
|
+
port_ocean-0.18.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|