Adi Gandra
10/09/2023, 4:25 PMDominic Tarro
10/09/2023, 4:28 PMon_...
. on_failure
I believe is one of them. Recommend you check those outAdi Gandra
10/09/2023, 4:29 PMAdi Gandra
10/09/2023, 4:31 PMAdi Gandra
10/09/2023, 4:31 PMDominic Tarro
10/09/2023, 4:36 PMDominic Tarro
10/09/2023, 4:38 PMfrom prefect import task
@task(on_failure=[post_task_fail_to_slack])
@post_task_start_to_slack
def my_task():
...