kedro.framework.context¶
Description
kedro.framework.context
provides functionality for loading Kedro
project context.
Base Classes¶
|
Functions¶
Loads the KedroContext object of a Kedro Project. This is the default way to load the KedroContext object for normal workflows such as CLI, Jupyter Notebook, Plugins, etc. It assumes the following project structure under the given project_path::. |
Errors¶
Error occurred when loading project and running context pipeline. |