004 ━━━ 🔥 #kedrotips use find-kedro to assembly your pipelines Date: May 31, 2020 🔥 #kedrotips use find-kedro to assembly your pipelines [code] from kedro.context import KedroContext from find_kedro import find_kedro class ProjectContext(KedroContext): def _get_pipelines(self) -> Pipeline: return find_kedro()