runnable 0.19.0__py3-none-any.whl → 0.19.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- extensions/job_executor/k8s.py +2 -0
- extensions/job_executor/local.py +1 -0
- extensions/job_executor/local_container.py +1 -0
- {runnable-0.19.0.dist-info → runnable-0.19.1.dist-info}/METADATA +1 -1
- {runnable-0.19.0.dist-info → runnable-0.19.1.dist-info}/RECORD +8 -8
- {runnable-0.19.0.dist-info → runnable-0.19.1.dist-info}/WHEEL +0 -0
- {runnable-0.19.0.dist-info → runnable-0.19.1.dist-info}/entry_points.txt +0 -0
- {runnable-0.19.0.dist-info → runnable-0.19.1.dist-info}/licenses/LICENSE +0 -0
extensions/job_executor/k8s.py
CHANGED
@@ -190,6 +190,7 @@ class GenericK8sJobExecutor(GenericJobExecutor):
|
|
190
190
|
self._use_volumes()
|
191
191
|
|
192
192
|
job_log = self._context.run_log_store.get_job_log(run_id=self._context.run_id)
|
193
|
+
self.add_code_identities(job_log)
|
193
194
|
|
194
195
|
attempt_log = job.execute_command(
|
195
196
|
attempt_number=self.step_attempt_number,
|
@@ -428,6 +429,7 @@ class K8sJobExecutor(GenericK8sJobExecutor):
|
|
428
429
|
)
|
429
430
|
|
430
431
|
job_log = self._context.run_log_store.get_job_log(run_id=self._context.run_id)
|
432
|
+
self.add_code_identities(job_log)
|
431
433
|
|
432
434
|
attempt_log = job.execute_command(
|
433
435
|
attempt_number=self.step_attempt_number,
|
extensions/job_executor/local.py
CHANGED
@@ -37,6 +37,7 @@ class LocalJobExecutor(GenericJobExecutor):
|
|
37
37
|
logger.info("Trying to execute job")
|
38
38
|
|
39
39
|
job_log = self._context.run_log_store.get_job_log(run_id=self._context.run_id)
|
40
|
+
self.add_code_identities(job_log)
|
40
41
|
|
41
42
|
attempt_log = job.execute_command(
|
42
43
|
attempt_number=self.step_attempt_number,
|
@@ -52,6 +52,7 @@ class LocalContainerJobExecutor(GenericJobExecutor):
|
|
52
52
|
logger.info("Trying to execute job")
|
53
53
|
|
54
54
|
job_log = self._context.run_log_store.get_job_log(run_id=self._context.run_id)
|
55
|
+
self.add_code_identities(job_log)
|
55
56
|
|
56
57
|
attempt_log = job.execute_command(
|
57
58
|
attempt_number=self.step_attempt_number,
|
@@ -5,10 +5,10 @@ extensions/catalog/file_system.py,sha256=VZEUx4X-GDSM8rJ_2kiCOyw1eek3roN0CiSB8wd
|
|
5
5
|
extensions/catalog/pyproject.toml,sha256=lLNxY6v04c8I5QK_zKw_E6sJTArSJRA_V-79ktaA3Hk,279
|
6
6
|
extensions/job_executor/README.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
extensions/job_executor/__init__.py,sha256=HINaPjBWz04Ni7GqhuDLi0lS0-gYzq52HcOioYueYJE,5513
|
8
|
-
extensions/job_executor/k8s.py,sha256=
|
8
|
+
extensions/job_executor/k8s.py,sha256=V5k6Rnf_sAFqptVbCrWs_x5sl3x3fSHwO96IZoiJxKU,15342
|
9
9
|
extensions/job_executor/k8s_job_spec.yaml,sha256=7aFpxHdO_p6Hkc3YxusUOuAQTD1Myu0yTPX9DrhxbOg,1158
|
10
|
-
extensions/job_executor/local.py,sha256=
|
11
|
-
extensions/job_executor/local_container.py,sha256=
|
10
|
+
extensions/job_executor/local.py,sha256=FvxTk0vyxdrbLOAyNkLyjvmmowypabWOSITQBK_ffVE,1907
|
11
|
+
extensions/job_executor/local_container.py,sha256=hyFnpicCp3_87mZsW64P6KSVbz7XMLjwJUWVjeCJ0_I,6627
|
12
12
|
extensions/job_executor/pyproject.toml,sha256=UIEgiCYHTXcRWSByNMFuKJFKgxTBpQqTqyUecIsb_Vc,286
|
13
13
|
extensions/nodes/README.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
14
|
extensions/nodes/nodes.py,sha256=ib68QE737ihGLIVp3V2wea13u7lmMZdRvK80bgUkRtA,34645
|
@@ -51,8 +51,8 @@ runnable/sdk.py,sha256=xN5F4XX8r5wCN131kgN2xG7MkNm0bSGJ3Ukw8prHYJ8,31444
|
|
51
51
|
runnable/secrets.py,sha256=PXcEJw-4WPzeWRLfsatcPPyr1zkqgHzdRWRcS9vvpvM,2354
|
52
52
|
runnable/tasks.py,sha256=JnIIYQf3YUidHXIN6hiUIfDnegc7_rJMNXuHW4WS9ig,29378
|
53
53
|
runnable/utils.py,sha256=Kwf54tHMVXYK7MCmvAi_FG08U_bHDKIQO-HDpM9X0QI,19500
|
54
|
-
runnable-0.19.
|
55
|
-
runnable-0.19.
|
56
|
-
runnable-0.19.
|
57
|
-
runnable-0.19.
|
58
|
-
runnable-0.19.
|
54
|
+
runnable-0.19.1.dist-info/METADATA,sha256=INBkKmT9vbToqxJs3UCH4G2Db1G8Gk7mR-Jsk-r99EE,9945
|
55
|
+
runnable-0.19.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
56
|
+
runnable-0.19.1.dist-info/entry_points.txt,sha256=seek5WVGvwYALm8lZ0TfPXwG5NaCeUKjU8urF8k3gvY,1621
|
57
|
+
runnable-0.19.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
58
|
+
runnable-0.19.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|