klio.transforms.core.
KlioContext
Context related to the currently running job.
Available to transforms via one of the KlioContext decorators.
config
A KlioConfig instance representing the job’s configuration.
KlioConfig
job
An instance of KlioJob of the current job.
logger
A namespaced logger.
Equivalent to logging.getLogger("klio").
logging.getLogger("klio")
metrics
A metrics registry instance.
See metrics for more information.