potiuk commented on a change in pull request #12466:
URL: https://github.com/apache/airflow/pull/12466#discussion_r532193500



##########
File path: airflow/plugins_manager.py
##########
@@ -30,6 +30,7 @@
 import importlib_metadata
 
 from airflow import settings
+from airflow.utils.entry_points_with_dist import entry_points_with_dist

Review comment:
       But I think "entry_point_with_dist" is a better name. we can use it also 
for non-plugins (providers_manager is technically not a plugin in the sense of 
"Airflow Plugin". This is a very nice a little small utility function that can 
be used for anything that wants to quickly retrieve entry_points, not 
necessarily plugins.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to