Nivi Mukka
09/21/2021, 11:00 PMresult
parameter in the @task decorator for defining tasks in a flow script mandatory? I am using the gcs_result
method to save the task results but running into a weird error when its a mapped task trying to write results at the same time I think. this never happened before.Kevin Kho
09/21/2021, 11:02 PMcheckpoint=False
Nivi Mukka
09/21/2021, 11:03 PMKevin Kho
09/21/2021, 11:03 PM@task(checkpoint=False)
Nivi Mukka
09/21/2021, 11:03 PMKevin Kho
09/21/2021, 11:04 PMNivi Mukka
09/21/2021, 11:04 PM