port-ocean 0.21.0__py3-none-any.whl → 0.21.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/defaults/initialize.py +2 -4
- {port_ocean-0.21.0.dist-info → port_ocean-0.21.1.dist-info}/METADATA +1 -1
- {port_ocean-0.21.0.dist-info → port_ocean-0.21.1.dist-info}/RECORD +6 -6
- {port_ocean-0.21.0.dist-info → port_ocean-0.21.1.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.21.0.dist-info → port_ocean-0.21.1.dist-info}/WHEEL +0 -0
- {port_ocean-0.21.0.dist-info → port_ocean-0.21.1.dist-info}/entry_points.txt +0 -0
|
@@ -208,9 +208,6 @@ async def _create_resources(
|
|
|
208
208
|
async def _initialize_defaults(
|
|
209
209
|
config_class: Type[PortAppConfig], integration_config: IntegrationConfiguration
|
|
210
210
|
) -> None:
|
|
211
|
-
if not integration_config.initialize_port_resources:
|
|
212
|
-
return
|
|
213
|
-
|
|
214
211
|
port_client = ocean.port_client
|
|
215
212
|
defaults = get_port_integration_defaults(
|
|
216
213
|
config_class, integration_config.resources_path
|
|
@@ -274,9 +271,10 @@ async def _initialize_defaults(
|
|
|
274
271
|
if (
|
|
275
272
|
integration_config.create_port_resources_origin
|
|
276
273
|
== CreatePortResourcesOrigin.Port
|
|
274
|
+
or not integration_config.initialize_port_resources
|
|
277
275
|
):
|
|
278
276
|
logger.info(
|
|
279
|
-
"Skipping creating defaults resources due to `create_port_resources_origin` being `Port`"
|
|
277
|
+
"Skipping creating defaults resources due to `create_port_resources_origin` being `Port` or `initialize_port_resources` being `false`"
|
|
280
278
|
)
|
|
281
279
|
return
|
|
282
280
|
try:
|
|
@@ -73,7 +73,7 @@ port_ocean/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
73
73
|
port_ocean/core/defaults/__init__.py,sha256=8qCZg8n06WAdMu9s_FiRtDYLGPGHbOuS60vapeUoAks,142
|
|
74
74
|
port_ocean/core/defaults/clean.py,sha256=_rL-NCl6Q_x3lUxDW5ACOM27IYilTCWl6ISUfRleuL0,2891
|
|
75
75
|
port_ocean/core/defaults/common.py,sha256=zJsj7jvlqIMLGXhdASUlbKS8GIAf-FDKKB0O7jB6nx0,4166
|
|
76
|
-
port_ocean/core/defaults/initialize.py,sha256=
|
|
76
|
+
port_ocean/core/defaults/initialize.py,sha256=wdc3UdhRTu_tRZuCnt9ZRtqbl4dSLa8u6E_dyiAuEWg,10980
|
|
77
77
|
port_ocean/core/event_listener/__init__.py,sha256=T3E52MKs79fNEW381p7zU9F2vOMvIiiTYWlqRUqnsg0,1135
|
|
78
78
|
port_ocean/core/event_listener/base.py,sha256=VdIdp7RLOSxH3ICyV-wCD3NiJoUzsh2KkJ0a9B29GeI,2847
|
|
79
79
|
port_ocean/core/event_listener/factory.py,sha256=M4Qi05pI840sjDIbdjUEgYe9Gp5ckoCkX-KgLBxUpZg,4096
|
|
@@ -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.1.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
188
|
+
port_ocean-0.21.1.dist-info/METADATA,sha256=C-0nf5tQjmGL6u0L3pKe7XpfOON72CXep4gh-FLXwp8,6669
|
|
189
|
+
port_ocean-0.21.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
190
|
+
port_ocean-0.21.1.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
191
|
+
port_ocean-0.21.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|