I'm using Docker Images, and running a flow of flows, where each child flow has a set of tasks. Some of them require mapping. The tasks within the child flows that require mapping are obtained from a module within the parent folder. When I run these tasks without mapping the execution works correctly, but when mapping is applied there is a Module not found error.
Does anyone who has faced this situation have any idea or solution? Thank you very much in advance.
Project structure:
- parent folder
- subflow_type1
-flow_type1.py
- subflow_type2
-flow_type2.py
- module
-module_file.py
-parent_flow.py
Note: I tried to copy the module folder in the docker image, to add the PythonPaths with the modules location, to add the import inside the tasks and
to check the relative path of the flows and module folder.
Also, ways of checking that everything is in place are welcomed