Lee-W opened a new issue, #41641: URL: https://github.com/apache/airflow/issues/41641
### Description ## Why As we're introducing breaking changes to the main branch, it would be better to begin recording the things we could use migration tools to help our users migrate from Ariflow 2 to 3. The breaking changes can be found at https://github.com/apache/airflow/pulls?q=is%3Apr+label%3Aairflow3.0%3Abreaking. ## Rules * [ ] `airflow.sensors.external_task.ExternalTaskSensorLink` → `airflow.sensors.external_task.ExternalDagLink`: https://github.com/apache/airflow/pull/41391#issuecomment-2282938360 * [ ] `airflow.models.taskMixin.TaskMixin` → `airflow.models.taskMixin.DependencyMixin`: https://github.com/apache/airflow/pull/41394 ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
