runnable 0.30.1__py3-none-any.whl → 0.30.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.
- extensions/pipeline_executor/__init__.py +7 -3
- extensions/pipeline_executor/argo.py +1 -1
- {runnable-0.30.1.dist-info → runnable-0.30.2.dist-info}/METADATA +1 -1
- {runnable-0.30.1.dist-info → runnable-0.30.2.dist-info}/RECORD +7 -7
- {runnable-0.30.1.dist-info → runnable-0.30.2.dist-info}/WHEEL +0 -0
- {runnable-0.30.1.dist-info → runnable-0.30.2.dist-info}/entry_points.txt +0 -0
- {runnable-0.30.1.dist-info → runnable-0.30.2.dist-info}/licenses/LICENSE +0 -0
@@ -233,11 +233,15 @@ class GenericPipelineExecutor(BasePipelineExecutor):
|
|
233
233
|
mock=mock,
|
234
234
|
)
|
235
235
|
|
236
|
-
|
237
|
-
|
236
|
+
if step_log.status == defaults.SUCCESS:
|
237
|
+
data_catalogs_put: Optional[List[DataCatalog]] = self._sync_catalog(
|
238
|
+
stage="put"
|
239
|
+
)
|
240
|
+
logger.debug(f"data_catalogs_put: {data_catalogs_put}")
|
241
|
+
step_log.add_data_catalogs(data_catalogs_put or [])
|
238
242
|
|
243
|
+
# get catalog should always be added to the step log
|
239
244
|
step_log.add_data_catalogs(data_catalogs_get or [])
|
240
|
-
step_log.add_data_catalogs(data_catalogs_put or [])
|
241
245
|
|
242
246
|
console.print(f"Summary of the step: {step_log.internal_name}")
|
243
247
|
console.print(step_log.get_summary(), style=defaults.info_style)
|
@@ -261,7 +261,7 @@ class CommonDefaults(BaseModelWIthConfig):
|
|
261
261
|
tolerations: Optional[list[Toleration]] = Field(default=None)
|
262
262
|
image_pull_policy: ImagePullPolicy = Field(default=ImagePullPolicy.Always)
|
263
263
|
resources: Resources = Field(default_factory=Resources)
|
264
|
-
env: list[EnvVar | SecretEnvVar] = Field(default_factory=list
|
264
|
+
env: list[EnvVar | SecretEnvVar] = Field(default_factory=list)
|
265
265
|
|
266
266
|
|
267
267
|
# The user provided defaults at the top level
|
@@ -19,8 +19,8 @@ extensions/nodes/pyproject.toml,sha256=YTu-ETN3JNFSkMzzWeOwn4m-O2nbRH-PmiPBALDCU
|
|
19
19
|
extensions/nodes/torch.py,sha256=oYh4ep9J6CS3r04HURJba5m4v8lzNupWUh4PAXvGgi0,5952
|
20
20
|
extensions/nodes/torch_config.py,sha256=yDvDADpnLhQsNtfH8qIztLHQ2LhYiOJEWljxpH9GZzs,1222
|
21
21
|
extensions/pipeline_executor/README.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
|
-
extensions/pipeline_executor/__init__.py,sha256=
|
23
|
-
extensions/pipeline_executor/argo.py,sha256
|
22
|
+
extensions/pipeline_executor/__init__.py,sha256=LApJGwJctEBTDQX9gGHkGV97T6rF_q-_59OzvAJ2X1g,24346
|
23
|
+
extensions/pipeline_executor/argo.py,sha256=-mWH5H2lZEldO8er7-tHberm7swqo4CwrtQKUd2VkGA,37944
|
24
24
|
extensions/pipeline_executor/local.py,sha256=6oWUJ6b6NvIkpeQJBoCT1hbfX4_6WCB4HzMgHZ4ik1A,1887
|
25
25
|
extensions/pipeline_executor/local_container.py,sha256=3kZ2QCsrq_YjH9dcAz8v05knKShQ_JtbIU-IA_-G538,12724
|
26
26
|
extensions/pipeline_executor/mocked.py,sha256=0sMmypuvstBIv9uQg-WAcPrF3oOFpeEXNi6N8Nzdnl0,5680
|
@@ -58,8 +58,8 @@ runnable/sdk.py,sha256=NZVQGaL4Zm2hwloRmqEgp8UPbBg9hY1abQGYnOgniPI,35128
|
|
58
58
|
runnable/secrets.py,sha256=4L_dBFxTgr8r_hHUD6RlZEtqaOHDRsFG5PXO5wlvMI0,2324
|
59
59
|
runnable/tasks.py,sha256=Qb1IhVxHv68E7vf3M3YCf7MGRHyjmsEEYBpEpiZ4mRI,29062
|
60
60
|
runnable/utils.py,sha256=hBr7oGwGL2VgfITlQCTz-a1iwvvf7Mfl-HY8UdENZac,19929
|
61
|
-
runnable-0.30.
|
62
|
-
runnable-0.30.
|
63
|
-
runnable-0.30.
|
64
|
-
runnable-0.30.
|
65
|
-
runnable-0.30.
|
61
|
+
runnable-0.30.2.dist-info/METADATA,sha256=M-3XWv_ijqZLfEwzQ6W5IsZaHGOpNxToI8pYNI-SlwQ,10115
|
62
|
+
runnable-0.30.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
63
|
+
runnable-0.30.2.dist-info/entry_points.txt,sha256=PrjKrlfXPZaV_7hz8orGu4FDnatLqnhPOXljyllszdw,1880
|
64
|
+
runnable-0.30.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
65
|
+
runnable-0.30.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|