Shuchita Tripathi
04/19/2022, 3:24 PMKevin Kho
04/19/2022, 3:27 PMShuchita Tripathi
04/19/2022, 3:34 PMKevin Kho
04/19/2022, 3:35 PM@task
def mytask(x):
if x == 5:
raise FAIL()
where FAIL is the Prefect signal. So you need to identify how to detect for failureShuchita Tripathi
04/19/2022, 3:36 PM