i have a node in a kedro pipeline that has a node ...
# questions
j
i have a node in a kedro pipeline that has a node that copies some data to a staging location. It doesn't produce any output that other nodes depend on When i run this pipeline the node appears to be skipped. is there anyway i can force it to execute this node other than creating some dummy output that another node depends on ?
j
hi Jelmer, I'd say the node shouldn't be skipped. can you share your pipeline definition (
return pipeline(...)
)?
also what Kedro and Python versions do you have?