John Ramirez
01/03/2020, 7:17 PMflow.visualize()
Chris White
01/03/2020, 7:20 PMtask_args
keyword. Search task_args
on this page to see some examples: https://docs.prefect.io/core/tutorials/task-guide.htmlnicholas
01/03/2020, 7:21 PMclass YourTask(Task):
def run(self):
return
with Flow("Your Flow") as YourFlow:
yourTask_1 = YourTask(name="yourTask_1")