Lee-W commented on code in PR #46573: URL: https://github.com/apache/airflow/pull/46573#discussion_r1947993965
########## newsfragments/46572.significant.rst: ########## @@ -0,0 +1,22 @@ +In Airflow 3.0, ``airflow.operators.email.EmailOperator`` is removed. + +Instead, users can install ``smtp`` provider and import ``EmailOperator`` from the the module ``airflow.providers.smtp.operators.smtp``. + +* Types of change + + * [ ] Dag changes + * [ ] Config changes + * [ ] API changes + * [ ] CLI changes + * [ ] Behaviour changes + * [ ] Plugin changes + * [ ] Dependency changes + * [x] Code interface changes + +* Migration rules needed + + * ruff + + * <RULE_ID> Review Comment: AIR303 -- 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]
