This documentation describes an old release, version 3.3.5. Documentation for the latest release, 3.6.1, can be found here.

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

  • logger

Logger

  • 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