Replies: 1 comment 3 replies
-
Hi! You can just import the tasks from the python module of each project into the file you're writing the flow in. Either add your project to the PYTHONPATH so it's importable or create a |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There're two python projects and each project defined some tasks. How to design a flow with the tasks in these two projects.
For example:
project A: task1, task2, task3
project B: task4, task5, task6
I want to design a flow: task1->task2->task3->task4->task5->task6. I don't want to merge these two project. How to design this flow.
Beta Was this translation helpful? Give feedback.
All reactions