Provide backward compatibility for components moved to `airflow.core.*` through re-exports and establish migration timeline. - Components moved to `airflow.core.*` in separate issue (https://github.com/apache/airflow/issues/51554) - Existing code and providers rely on old import paths - Need smooth migration path without breaking changes ## Success Criteria - All existing imports continue to work - Clear deprecation warnings guide users to new imports
Provide backward compatibility for components moved to
airflow.core.*through re-exports and establish migration timeline.airflow.core.*in separate issue (Createairflow.core.*module structure for Server-client separation #51554)Success Criteria