Aleksandr Glushko
10/06/2021, 3:03 PMgithub_repo/
├── flow.py
├── flow_dependencies/sub_task.py
how can one import flow_dependencies.saubtask in flow.py if i use flow.storage = Git(...)Kevin Kho
cloudpickle works (does not deep copy modules yet).
You would need to package these in a Docker container and then use Git Storage + Docker Run. I have a tutorial for how to do that though if you are interested.Zanie
Aleksandr Glushko
10/06/2021, 3:28 PM