Andrei Tulbure
10/04/2022, 4:14 PMNicolas Felipe
10/04/2022, 4:50 PMwait_for=
on task calling.Andrei Tulbure
10/04/2022, 4:52 PMtask_res = call_ts.map(task_args)
new_task_res = task2(args)
new_task_res.set_upstream(task_res)
Zanie
10/04/2022, 6:37 PMAndrei Tulbure
10/05/2022, 4:47 PMZanie
10/05/2022, 5:21 PMprefect run
command? The --help
menu should be helpful 🙂Andrei Tulbure
10/05/2022, 5:27 PMZanie
10/05/2022, 5:41 PMprefect backend server
and run prefect server start
to get one. You’ll need to register the flows too.Andrei Tulbure
10/05/2022, 9:54 PMZanie
10/05/2022, 10:30 PMAnna Geller
10/05/2022, 10:53 PMAndrei Tulbure
10/06/2022, 9:24 AMAnna Geller
10/06/2022, 9:28 AMflow.run()
in 2.0, it's even easier - I'd recommend the default version which is Prefect 2.0 docs.prefect.io if you are getting started nowAndrei Tulbure
10/06/2022, 12:58 PMAnna Geller
10/06/2022, 1:52 PMAndrei Tulbure
10/11/2022, 8:45 PMAnna Geller
10/26/2022, 12:10 PMAndrei Tulbure
10/26/2022, 1:27 PM