https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
s

Seth

10/28/2022, 12:59 PM
What is the suggested way of working for python code that is used in multiple nodes in different pipelines? Do I place that code in /src, or should I put it into a certain node.py, and import it from there? I understand that in principle we want modularity and create nodes which can run independently. However, I still encounter situations where I can re-use certain pieces of code in multiple places.
7 Views