mik-laj edited a comment on issue #7327: [AIRFLOW-6706] Lazy load operator extra links URL: https://github.com/apache/airflow/pull/7327#issuecomment-581067534 > This way we could avoid this lazy-loading for specific imports and have it also solved for all future cases We want to load lazily because some users do not want to use certain operators, so their code should be loaded when it is needed. Now all classes are loaded for each user. When we will move this method call, it will still load all classes for all users, not according to the user's needs.
---------------------------------------------------------------- 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
