Core

class klio.transforms.core.KlioContext

Context related to the currently running job.

Available to transforms via one of the KlioContext decorators.

property config

A KlioConfig instance representing the job’s configuration.

property job

An instance of KlioJob of the current job.

property logger

A namespaced logger.

Equivalent to logging.getLogger("klio").

property metrics

A metrics registry instance.

See metrics for more information.