Uh oh!
There was an error while loading. Please reload this page.
Deprecating email, email_on_retry, email_on_failure in BaseOperator - #45705
Deprecating email, email_on_retry, email_on_failure in BaseOperator#45705eladkal wants to merge 6 commits into
BaseOperator#45705Conversation
uranusjr
commented
Jan 21, 2025
Not specific to this PR, are patches to v2-10-test at this point going into a 2.10 patch release, or 2.11.0? |
eladkal
commented
Jan 21, 2025
Depends on what if we decide to do 2.11 - I think this was not yet decided in the last dev call. |
utkarsharma2
commented
Jan 23, 2025
@eladkal I think we need to add |
eladkal
commented
Jan 23, 2025
We can't because of Lines 492 to 499 in f01c53a The issue is |
eladkal
commented
Feb 27, 2025
Closed in favor of #47146 |
This PR is against v2-10-test
I'd like to make sure we deliver deprecation notice as early as possible.
Users should migrate to SmtpNotifier. Email is just another notification integration it should not be favoured by Airflow core.
We have a very nice template introduced in #36226 so migration should be simple enough.
Removal of email integration from main branch will be handled as part of #30531