hello hello, quick question: currently I do a proj...
# questions
m
hello hello, quick question: currently I do a project with kedro version 0.17.2 (I know, dont ask) its possible to use kedro run --node <name of node> however, since I registered my node in a pipeline kedro does not find the single nodes anymore and I get the error: ValueError: Pipeline does not contain nodes named ['name of node'] Anything I am missing?
cannot solve the issue fast enough now. so I build a separate debug pipeline to test it.
h
Hello @Mo Bro, Make sure your
__init__.py
file is correctly stored and written in the directory where you stored your node and pipeline file. Does the problem disappear when you add a second node to that pipeline?
m
before I registered the pipeline in the pipeline_registry.py the command --node <node> was running well.