port-ocean 0.30.6__py3-none-any.whl → 0.30.7__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.
- port_ocean/core/handlers/entity_processor/jq_entity_processor.py +2 -2
- {port_ocean-0.30.6.dist-info → port_ocean-0.30.7.dist-info}/METADATA +1 -1
- {port_ocean-0.30.6.dist-info → port_ocean-0.30.7.dist-info}/RECORD +6 -6
- {port_ocean-0.30.6.dist-info → port_ocean-0.30.7.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.30.6.dist-info → port_ocean-0.30.7.dist-info}/WHEEL +0 -0
- {port_ocean-0.30.6.dist-info → port_ocean-0.30.7.dist-info}/entry_points.txt +0 -0
|
@@ -144,11 +144,11 @@ class JQEntityProcessor(BaseEntityProcessor):
|
|
|
144
144
|
entity_mapping_fault_counter: int,
|
|
145
145
|
) -> None:
|
|
146
146
|
if len(entity_misconfigurations) > 0:
|
|
147
|
-
logger.
|
|
147
|
+
logger.error(
|
|
148
148
|
f"Unable to find valid data for: {entity_misconfigurations} (null, missing, or misconfigured)"
|
|
149
149
|
)
|
|
150
150
|
if missing_required_fields:
|
|
151
|
-
logger.
|
|
151
|
+
logger.error(
|
|
152
152
|
f"{entity_mapping_fault_counter} transformations of batch failed due to empty, null or missing values"
|
|
153
153
|
)
|
|
154
154
|
|
|
@@ -106,7 +106,7 @@ port_ocean/core/handlers/entities_state_applier/port/get_related_entities.py,sha
|
|
|
106
106
|
port_ocean/core/handlers/entities_state_applier/port/order_by_entities_dependencies.py,sha256=lyv6xKzhYfd6TioUgR3AVRSJqj7JpAaj1LxxU2xAqeo,1720
|
|
107
107
|
port_ocean/core/handlers/entity_processor/__init__.py,sha256=FvFCunFg44wNQoqlybem9MthOs7p1Wawac87uSXz9U8,156
|
|
108
108
|
port_ocean/core/handlers/entity_processor/base.py,sha256=PsnpNRqjHth9xwOvDRe7gKu8cjnVV0XGmTIHGvOelX0,1867
|
|
109
|
-
port_ocean/core/handlers/entity_processor/jq_entity_processor.py,sha256=
|
|
109
|
+
port_ocean/core/handlers/entity_processor/jq_entity_processor.py,sha256=uGNo17A5esYIF7B9ihRWDs-TqIyuJvWt2XtLwgM405I,33281
|
|
110
110
|
port_ocean/core/handlers/entity_processor/jq_input_evaluator.py,sha256=R88wf69RVtBl8t5m2IKGTmgt4JEQSbct_AmHI_tUOjg,5350
|
|
111
111
|
port_ocean/core/handlers/port_app_config/__init__.py,sha256=8AAT5OthiVM7KCcM34iEgEeXtn2pRMrT4Dze5r1Ixbk,134
|
|
112
112
|
port_ocean/core/handlers/port_app_config/api.py,sha256=r_Th66NEw38IpRdnXZcRvI8ACfvxW_A6V62WLwjWXlQ,1044
|
|
@@ -222,8 +222,8 @@ port_ocean/utils/repeat.py,sha256=U2OeCkHPWXmRTVoPV-VcJRlQhcYqPWI5NfmPlb1JIbc,32
|
|
|
222
222
|
port_ocean/utils/signal.py,sha256=J1sI-e_32VHP_VUa5bskLMFoJjJOAk5isrnewKDikUI,2125
|
|
223
223
|
port_ocean/utils/time.py,sha256=pufAOH5ZQI7gXvOvJoQXZXZJV-Dqktoj9Qp9eiRwmJ4,1939
|
|
224
224
|
port_ocean/version.py,sha256=UsuJdvdQlazzKGD3Hd5-U7N69STh8Dq9ggJzQFnu9fU,177
|
|
225
|
-
port_ocean-0.30.
|
|
226
|
-
port_ocean-0.30.
|
|
227
|
-
port_ocean-0.30.
|
|
228
|
-
port_ocean-0.30.
|
|
229
|
-
port_ocean-0.30.
|
|
225
|
+
port_ocean-0.30.7.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
226
|
+
port_ocean-0.30.7.dist-info/METADATA,sha256=yhpz6MhQJbnfoqEshsGCT3nccx7bF9u9S19w1epTRiI,7095
|
|
227
|
+
port_ocean-0.30.7.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
228
|
+
port_ocean-0.30.7.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
229
|
+
port_ocean-0.30.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|