004 Waylon Walker Author May 31, 2020 1 min read 🔥 #kedrotips use find-kedro to assembly your pipelines Copy this post URL Rich Markdown Text View Markdown View Text curl .ansi 🔥 #kedrotips use find-kedro to assembly your pipelines from kedro.context import KedroContext from find_kedro import find_kedro class ProjectContext(KedroContext): def _get_pipelines(self) -> Pipeline: return find_kedro() Share this post Twitter Bluesky LinkedIn WhatsApp Facebook Telegram Pinterest Reddit Hacker News Email Copy link