João Dias
08/14/2024, 5:25 PMDeepyaman Datta
08/14/2024, 6:04 PMpipeline_name
. Then, you can add add your own named pipeline (see https://docs.kedro.org/en/stable/nodes_and_pipelines/pipeline_registry.html). You can do this in conjunction with, or instead of, find_pipelines()
.
(On the off chance you can't seem to figure out how to pass pipeline_name
, you can also just register data_processing + model_validation
as your __default__
pipeline, but I'm 99.9% sure you can pass it.)