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