dosubot[bot] commented on issue #51555: URL: https://github.com/apache/airflow/issues/51555#issuecomment-2957266467
<!-- Answer --> I couldn't find a list of the specific components moved to `airflow.core.*` as referenced in issue #51554. However, I can confirm that Apache Airflow's standard approach for backward compatibility is to re-export moved modules at their old import paths and issue DeprecationWarnings when those paths are used. This ensures all existing imports continue to work for the remainder of the current major version, with clear warnings guiding users to update their imports. Deprecated paths are typically removed in the next major release, following the documented deprecation policy ([docs](https://airflow.apache.org/docs/apache-airflow/stable/release-process.html)). If you can provide the list of moved components or clarify which modules are affected, I can give more targeted guidance on implementing the re-exports and warnings. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/60276937-11b0-4655-b7a6-ddedd6872fe5?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/60276937-11b0-4655-b7a6-ddedd6872fe5?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/60276937-11b0-4655-b7a6-ddedd6872fe5?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/60276937-11b0-4655-b7a6-ddedd6872fe5?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/60276937-11b0-4655-b7a6-ddedd6872fe5?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/60276937-11b0-4655-b7a6-ddedd6872fe5?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/60276937-11b0-4655-b7a6-ddedd6872fe5?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/airflow/issues/51555) -- 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]
