Unanswered
Hey All,
I Have The Following Folder Structure:
/
|-- Main.Py
|-- Pipeline.Py
|-- Utils.Py
In Some Of The Pipeline Components Defined In Pipeline.Py, I Import Functions Defined In Utils.Py.
If I Execute The Pipeline, I Get The Following Error: Modulenotfo
Hi @<1661542579272945664:profile|SaltySpider22>
Basically you need to put all of these files into a repository , which is always a good practice.
The reason is that the pipeline (and for that matter any Task on the system) can store wither a single script or a git reference, but not multiple scripts.
98 Views
0
Answers
9 months ago
9 months ago