kaxil commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins URL: https://github.com/apache/airflow/pull/7644#discussion_r389818149
########## File path: airflow/plugins_manager.py ########## @@ -183,103 +199,117 @@ def make_module(name: str, objects: List[Any]): # pylint: enable=protected-access -# Plugin components to integrate as modules -operators_modules = [] -sensors_modules = [] -hooks_modules = [] -executors_modules = [] -macros_modules = [] +def endure_plugins_loaded(): Review comment: ```suggestion def ensure_plugins_loaded(): ``` ---------------------------------------------------------------- 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] With regards, Apache Git Services
