-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BREAKING_CHANGE: remove airflow.operators.email.EmailOperator in favor of SMTP provider operator #46573
Conversation
…r of SMTP provider operator
Co-authored-by: Wei Lee <[email protected]>
@@ -1,91 +0,0 @@ | |||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't remember now - I think we agreed that we will do "redirection" of all such moved providers - but I totally don't remember what we settled on @Lee-W ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember you said we're going to do that, but I was informed instead of being part of the discussion 🤔
Currently, we still suggest users to use the provider in ruff thought
|
||
* ruff | ||
|
||
* <RULE_ID> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AIR303
This PR removes
airflow.operators.email.EmailOperator
operator in favor ofairflow.providers.smtp.operators.smtp.EmailOperator