johnnyprimary opened a new issue #15833:
URL: https://github.com/apache/airflow/issues/15833


   1. as we known , `imp.load_source(mod_name, filepath)` in 
airflow.models.dagbag.DagBag#process_file is a time cost operation,sometimes it 
may cost more than 1 minute, is where any better way to load module?
   2. and  I use the version 1.10.4, use`imp.load_source(mod_name, filepath)` 
to load module, and the version 2.0.2 version, use `importlib` to load module, 
so I want to ask a quastion - `importlib is more efficent than imp` ?


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