vincbeck commented on code in PR #46231: URL: https://github.com/apache/airflow/pull/46231#discussion_r1935835556
########## newsfragments/46231.significant.rst: ########## @@ -0,0 +1,19 @@ +.. Moving EmptyOperator from Airflow core to the ``standard`` provider. + +.. EmptyOperator has been moved from Airflow core (``airflow.operators directory``) to the ``standard`` provider. +For new and existing DAGs, users must import ``EmptyOperator`` from ``airflow.providers.standard.operators.empty``. + +* Types of change + + * [x] Dag changes + * [ ] Config changes + * [ ] API changes + * [ ] CLI changes + * [ ] Behaviour changes + * [ ] Plugin changes + * [ ] Dependency changes + * [ ] Code interface changes + +.. List the migration rules needed for this change (see https://github.com/apache/airflow/issues/41641) + +* Migration rules needed Review Comment: To make migration easier for users we should have a migration rule for it -- 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]
