Jon Cohen
07/24/2023, 8:10 PMJuan Luis
07/24/2023, 9:03 PMpython -m packaged_project . running the project from the current working directory is kedro run. there are two different commands and they do not mix.
what you can do is to import the pipelines from packaged_project in a way that pipeline_registry.py picks them up. so, definitely no need to copy-paste them, but reusability would be achieved by `import`ing packages as with other Python libraries. does that make sense?Jon Cohen
07/24/2023, 9:15 PMJuan Luis
07/25/2023, 6:08 AMJon Cohen
07/25/2023, 1:41 PM