kedro.framework.session.session

Description

This module implements Kedro session responsible for project lifecycle.

Functions

get_current_session([silent])

Fetch the active KedroSession instance.

Classes

KedroSession(session_id[, package_name, …])

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