Greetings peps !
New to flyte and actively testing it. Keep in mind that I'm somehow newbie to orchestration stuff. So I have 3 pipelines:
⢠data preparing
⢠training
⢠evaluation
Each of these pipeline is basically a workflow and has tasks inside it. Can I make a lets say main.py scripts that will have 3 tasks(the pipelines) and the main workflow to be the main.py to trigger all the pipelines(tasks) ? š