I suspect I am not using the project naming conven...
# questions
g
I suspect I am not using the project naming conventions as they were intended. For example, a path to one of my
nodes.py
is
Copy code
garden-of-forking-moose/garden-of-forking-moose/src/garden_of_forking_moose/pipelines/etl_data
/nodes.py
where
garden-of-forking-moose
appears three times. https://github.com/galenseilis/garden-of-forking-moose/blob/main/garden-of-forking-moose/src/garden_of_forking_moose/pipelines/etl_data/nodes.py What is the process usually followed for naming projects and how they sit in GitHub projects?
d
IO isn’t handled within nodes, I think you should be doing a custom dataset here
g
@datajoely Thanks for the feedback. I have put this as an issue on the GitHub. https://github.com/galenseilis/garden-of-forking-moose/issues/1
d
it should be really easy to implement
g
@datajoely That is good to hear. I have not implemented a custom data set yet. Thank you for the Kedro docs link.
kedroid 1