kedro.framework.session.session

Description

This module implements Kedro session responsible for project lifecycle.

Classes

KedroSession(session_id[, package_name, ...])

KedroSession is the object that is responsible for managing the lifecycle of a Kedro run.

Exceptions

KedroSessionError

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