Laurens Vijnck
02/19/2026, 3:14 PMargo-kedro plugin. The plugin bundles some of the utilities we've been using to run large Kedro pipelines on Argo. This is still very early stage, and we're happy to hear any feedback you may have!
Core functionalities are:
⢠Workflow construction: argo-kedro constructs an Argo Workflow manifest from your Kedro pipeline for execution on your cluster. This ensures that the Kedro pipeline definition remains the single source of truth.
⢠Defining compute resources: argo-kedro exposes a custom Node type that can be used to control the compute resources available to the node.
⢠Node fusing: To maximize parallelisation, argo-kedro executes each Kedro node in a dedicated Argo task. The plugin exposes a FusedPipeline object that can be used to co-locate nodes for execution on a single Argo task.
https://pypi.org/project/argo-kedro/
https://github.com/everycure-org/kedro-argoNok Lam Chan
02/19/2026, 4:03 PMLaurens Vijnck
02/19/2026, 4:28 PM