port-ocean 0.18.0__py3-none-any.whl → 0.18.1__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 +7 -3
- {port_ocean-0.18.0.dist-info → port_ocean-0.18.1.dist-info}/METADATA +1 -1
- {port_ocean-0.18.0.dist-info → port_ocean-0.18.1.dist-info}/RECORD +6 -6
- {port_ocean-0.18.0.dist-info → port_ocean-0.18.1.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.18.0.dist-info → port_ocean-0.18.1.dist-info}/WHEEL +0 -0
- {port_ocean-0.18.0.dist-info → port_ocean-0.18.1.dist-info}/entry_points.txt +0 -0
|
@@ -137,7 +137,7 @@ class SyncRawMixin(HandlerMixin, EventsMixin):
|
|
|
137
137
|
entities (list[Entity]): List of entities to search for.
|
|
138
138
|
|
|
139
139
|
Returns:
|
|
140
|
-
dict: Query structure for searching entities by identifier.
|
|
140
|
+
dict: Query structure for searching entities by identifier and blueprint.
|
|
141
141
|
"""
|
|
142
142
|
return {
|
|
143
143
|
"combinator": "and",
|
|
@@ -147,10 +147,14 @@ class SyncRawMixin(HandlerMixin, EventsMixin):
|
|
|
147
147
|
"rules": [
|
|
148
148
|
{
|
|
149
149
|
"property": "$identifier",
|
|
150
|
+
"operator": "in",
|
|
151
|
+
"value": [entity.identifier for entity in entities],
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"property": "$blueprint",
|
|
150
155
|
"operator": "=",
|
|
151
|
-
"value":
|
|
156
|
+
"value": entities[0].blueprint,
|
|
152
157
|
}
|
|
153
|
-
for entity in entities
|
|
154
158
|
]
|
|
155
159
|
}
|
|
156
160
|
]
|
|
@@ -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=Z76lQuC3zwH5-kYTcR0_mMRF2P9ikuY5Iln_I-vEkR0,24963
|
|
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.1.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
162
|
+
port_ocean-0.18.1.dist-info/METADATA,sha256=4Qlj7iIEZMonomhTcA6cQJxC_juC1gJbhBNqRbu8rcg,6669
|
|
163
|
+
port_ocean-0.18.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
164
|
+
port_ocean-0.18.1.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
165
|
+
port_ocean-0.18.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|