Ajay9704 opened a new pull request, #60743: URL: https://github.com/apache/airflow/pull/60743
Fix: Documentation updates for shared library moves (#60447) Problem The meta-issue #60447 tracks documentation updates needed for three critical components that have been moved to shared libraries in Airflow 3.x: plugins_manager → airflow._shared.plugins_manager listeners → airflow._shared.listeners providers_manager → enhanced to support shared library architecture Solution Updated documentation to reflect the new physical locations of these components while maintaining clarity about backward compatibility: plugins.rst: Added notes about the shared library move, updated import paths with backward compatibility notice, and included missing plugin attributes (hook_lineage_readers, priority_weight_strategies) listeners.rst: Added information about the move to shared library, client-server separation benefits, and architecture improvements provider_distributions.rst: Enhanced documentation about providers manager changes to support shared library architecture -- 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]
