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

Environ

The job’s runtime execution environment. Do not provide this value in a job config; it is automatically provided by Runner.

  • logger

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

Python code that creates example data.

[Requirements for Python code]( /other/dynamic_python_code.html)

[Requirements for Python code]( https://www.zuar.com/api/mitto/latest/other/dynamic_python_code.html)

anyOf

type

string

type

array

items

type

string

additionalProperties

False