Skip to content

Module zoo_calrissian_runner.handlers

Classes

ExecutionHandler

class ExecutionHandler(
    **kwargs
)

Helper class that provides a standard way to create an ABC using

inheritance.

Ancestors (in MRO)

  • abc.ABC

Methods

get_additional_parameters

def get_additional_parameters(
    self
)

get_pod_env_vars

def get_pod_env_vars(
    self
)

get_pod_node_selector

def get_pod_node_selector(
    self
)

get_secrets

def get_secrets(
    self
)

handle_outputs

def handle_outputs(
    self,
    execution_log,
    output,
    usage_report,
    tool_logs=None
)

post_execution_hook

def post_execution_hook(
    self
)

pre_execution_hook

def pre_execution_hook(
    self
)

set_job_id

def set_job_id(
    self,
    job_id
)