kedro.framework.context¶
Description
kedro.framework.context provides functionality for loading Kedro
project context.
Base Classes¶
kedro.framework.context.KedroContext(…[, …]) |
KedroContext is the base class which holds the configuration and Kedro’s main functionality. |
Functions¶
kedro.framework.context.load_context(…) |
Loads the KedroContext object of a Kedro Project. |
Errors¶
kedro.framework.context.KedroContextError |
Error occurred when loading project and running context pipeline. |