You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Suren Nihalani <sn...@gmail.com> on 2022/04/24 01:33:57 UTC

[DISCUSS] Feature request: notify me when the dag is done

Hi,

I'd like to propose a feature request where one can monitor the status of a
dag completion (success or failure). Like, notify me via
email/text/slack/push notification when a dag is done. Is there a way to do
this already? (without adding a slack operator at the end of a dag).

Thanks!

Re: [DISCUSS] Feature request: notify me when the dag is done

Posted by Sanjay Hallan <sa...@bidnamic.com>.
You can use the success or failure callbacks on the DAG

On Sun, 24 Apr 2022, 11:04 Suren Nihalani, <sn...@gmail.com> wrote:

> Hi,
>
> I'd like to propose a feature request where one can monitor the status of
> a dag completion (success or failure). Like, notify me via
> email/text/slack/push notification when a dag is done. Is there a way to do
> this already? (without adding a slack operator at the end of a dag).
>
> Thanks!
>