Arun Giridharan
08/06/2021, 5:24 PMAllyson Lubimir
08/06/2021, 6:42 PMArun Giridharan
08/06/2021, 6:43 PMAllyson Lubimir
08/06/2021, 7:59 PMArun Giridharan
08/06/2021, 8:04 PMfoo.py
located in a git repo repo1
. I've set up my prefect flow in a different repo repo2
. As part of my flow, I want to run this foo.py
script, so it would look something like this
with Flow("hello-world") as flow:
script_output = ShellTask(repo1.foopy)
Arun Giridharan
08/06/2021, 8:22 PMAllyson Lubimir
08/06/2021, 8:43 PMStartFlowRun
task to call it when you need it. Hope that helps, let us know if you need more info!