port-ocean 0.18.0__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.

@@ -137,21 +137,20 @@ 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",
144
144
  "rules": [
145
145
  {
146
- "combinator": "or",
147
- "rules": [
148
- {
149
- "property": "$identifier",
150
- "operator": "=",
151
- "value": entity.identifier,
152
- }
153
- for entity in entities
154
- ]
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
155
154
  }
156
155
  ]
157
156
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: port-ocean
3
- Version: 0.18.0
3
+ Version: 0.18.2
4
4
  Summary: Port Ocean is a CLI tool for managing your Port projects.
5
5
  Home-page: https://app.getport.io
6
6
  Keywords: ocean,port-ocean,port
@@ -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=Mho0ObkKLEca3Ig_IFJYmV7cvMQcXaZKkJMVhuHkNVM,24758
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.0.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
162
- port_ocean-0.18.0.dist-info/METADATA,sha256=sjUzsd404omKf8Y2EeO0GqvcrpT3_pxzHKdVpxymbYM,6669
163
- port_ocean-0.18.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
164
- port_ocean-0.18.0.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
165
- port_ocean-0.18.0.dist-info/RECORD,,
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,,