ashb commented on a change in pull request #12466:
URL: https://github.com/apache/airflow/pull/12466#discussion_r532194601
##########
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:
My problem with calling the module `entry_points_with_dist` is that it
makes it a single use module -- we'd almost never be able to put anything else
in here.
How about `airflow.utils.entry_points` then?
----------------------------------------------------------------
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]