Julio Venegas
12/03/2020, 5:35 PMENDRUN(Finished(message="all rows from file read"))
when it has finished reading all the lines in a big file (I’m not using the LOOP signal, the Flow is an exercise to properly use Result
objects).
Should I create a state handler and trigger a final reference task or is there something like ENDRUN
but at the Flow level? Any other alternatives?Dylan
SUCCESS
signal instead of ENDRUN
because I believe you’re trying to communicate a successful outcome for the TaskJulio Venegas
12/03/2020, 5:44 PMDylan
read-row-batch
will run as a single Task Run for a given Flow runJulio Venegas
12/03/2020, 5:48 PMDylan
Julio Venegas
12/03/2020, 5:49 PMDylan
Julio Venegas
12/03/2020, 5:50 PMDylan
Julio Venegas
12/03/2020, 5:51 PMDylan
Julio Venegas
12/03/2020, 5:51 PMflow.set_referenece_tasks()
but I’m getting a ValueError: reference tasks must be part of the flow.
ValueError
question, it’s still a bit odd that it was raised but setting the reference task was unnecessary anyways. Thanks for all the help!Dylan
Julio Venegas
12/04/2020, 9:42 AM