uranusjr commented on issue #45424: URL: https://github.com/apache/airflow/issues/45424#issuecomment-2731908120
I’m going to shove email-sending (`TaskInstance._email_alert`) here too. The error emails require a task context, which is most available in the runner, so it should probably be done together with the task callbacks. So we need to handle 1. task-level callbacks: https://github.com/apache/airflow/blob/df584d3c8f397dbfec33f383292a9ca7c05dcc07/task-sdk/src/airflow/sdk/definitions/baseoperator.py#L1039-1046 2. Notifiers (see top message) 3. Email sending. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
