Class - mitto.iov2.steps.builtin.PythonStep
¶
JSON Schema¶
PythonStep¶
Inject Python code to be executed as a job step. TODO: add link to python_code page. code is execed if present, self.step is called |
||||
type |
object |
|||
properties |
||||
|
Environ |
|||
The job’s runtime execution environment. Do not provide this value in a job config; it is automatically provided by Runner. |
||||
|
Logger |
|||
The Runner logger to use for log messages. Do not provide this value in a job config; it is automatically provided by Runner. |
||||
|
Python Code |
|||
Python code that creates example data.
|
||||
anyOf |
type |
string |
||
type |
array |
|||
items |
type |
string |
||
additionalProperties |
False |