GuzikJakub opened a new pull request #7250: [AIRFLOW-6627] Email with incorrect DAG not delivered URL: https://github.com/apache/airflow/pull/7250 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of the change In case of incorrect DAG execution, I did not receive a notification about the erroneous task completion. This was caused by an incorrect encode of the character I introduced a lock that tries to send an email with an error, adding the exception that when the email fails, it sends information that the logs could not be thrown into the email. - [X] Commit message/PR title starts with `[AIRFLOW-NNNN]`. AIRFLOW-NNNN = JIRA ID<sup>*</sup> Link: https://issues.apache.org/jira/browse/AIRFLOW-6627 - [X ] Unit tests coverage for changes (not needed for documentation changes) Not needed - [X] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)" - [X] Relevant documentation is updated including usage instructions. - [X] I will engage committers as explained in [Contribution Workflow Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example). <sup>*</sup> For document-only changes commit message can start with `[AIRFLOW-XXXX]`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
