https://prefect.io logo
Title
b

Ben Wenger

02/03/2023, 7:27 PM
Hi All! I had a question about using the Dask Task Runner. my parallel tasks that are running consist of smaller functions and the errors that occur in those functions aren't bubbling up to the flow run. how do I get an error anywhere in the run to reflect in the flow results? Cheers!
j

Jeff Hale

02/04/2023, 4:13 AM
Are those smaller functions each decorated with @task?