Hi everyone, we have a few steps that all our kedr...
# beginners-need-help
b
Hi everyone, we have a few steps that all our kedro pipelines use, just with different parameters. I understand that this could be a use case for modular pipelines. Now I am unsure how to do the actual sharing: using
kedro pipeline pull
copies the source code into the project. I am afraid that this would lead to the different usages of the modular pipeline diverging over time. What is the suggested way of reusing modular pipelines in different projects?