Hi, I have 3 pipelines, but for some reason the `f...
# questions
a
Hi, I have 3 pipelines, but for some reason the
find_pipelines()
is not recognizing one of them. I get this error:
Copy code
ValueError: Failed to find the pipeline named 'data_preprocessing'. It needs to be generated and returned by the 'register_pipelines' function.
Any hints?
m
Check the folder tree structure - how is it laid out?
n
Try to look at the log message, it's likely you have import error and find_pipelines skipped it
👍 1
a
ok, I think I found the issue, I was coping the repository and did not update requiremtns.txt. This caused one pipeline imports to crash. And thus the pipeline was not recognized.
👍🏼 1
👍 2