kedro.framework.project.find_pipelines¶
-
kedro.framework.project.
find_pipelines
()[source]¶ Automatically find modular pipelines having a
create_pipeline
function. By default, projects created using Kedro 0.18.3 and higher call this function to autoregister pipelines upon creation/addition.Projects that require more fine-grained control can still define the pipeline registry without calling this function. Alternatively, they can modify the mapping generated by the
find_pipelines
function.For more information on the pipeline registry and autodiscovery, see https://kedro.readthedocs.io/en/latest/nodes_and_pipelines/pipeline_registry.html