kedro.context

Description

kedro.context provides functionality for loading Kedro project context.

Base Classes

kedro.context.KedroContext(project_path[, env]) KedroContext is the base class which holds the configuration and Kedro’s main functionality.

Functions

kedro.context.load_context(project_path, …) Loads the KedroContext object of a Kedro Project as defined in src/<package-name>/run.py.

Errors

kedro.context.KedroContextError Error occurred when loading project and running context pipeline.