runnable 0.19.0__tar.gz → 0.19.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {runnable-0.19.0 → runnable-0.19.1}/PKG-INFO +1 -1
- {runnable-0.19.0 → runnable-0.19.1}/extensions/job_executor/k8s.py +2 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/job_executor/local.py +1 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/job_executor/local_container.py +1 -0
- {runnable-0.19.0 → runnable-0.19.1}/pyproject.toml +1 -1
- {runnable-0.19.0 → runnable-0.19.1}/.gitignore +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/LICENSE +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/README.md +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/README.md +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/__init__.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/catalog/README.md +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/catalog/file_system.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/catalog/pyproject.toml +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/job_executor/README.md +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/job_executor/__init__.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/job_executor/k8s_job_spec.yaml +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/job_executor/pyproject.toml +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/nodes/README.md +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/nodes/nodes.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/nodes/pyproject.toml +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/README.md +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/__init__.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/argo.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/argo_specification.yaml +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/local.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/local_container.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/mocked.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/pyproject.toml +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/pipeline_executor/retry.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/run_log_store/README.md +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/run_log_store/__init__.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/run_log_store/chunked_fs.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/run_log_store/db/implementation_FF.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/run_log_store/db/integration_FF.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/run_log_store/file_system.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/run_log_store/generic_chunked.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/run_log_store/pyproject.toml +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/secrets/README.md +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/secrets/dotenv.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/extensions/secrets/pyproject.toml +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/__init__.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/catalog.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/cli.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/context.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/datastore.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/defaults.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/entrypoints.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/exceptions.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/executor.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/graph.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/names.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/nodes.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/parameters.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/pickler.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/sdk.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/secrets.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/tasks.py +0 -0
- {runnable-0.19.0 → runnable-0.19.1}/runnable/utils.py +0 -0
@@ -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,
|
@@ -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,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|