kedro.framework.session.session.KedroSessionError

class kedro.framework.session.session.KedroSessionError[source]

KedroSessionError raised by KedroSession in the case that multiple runs are attempted in one session.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.