aubdiy commented on issue #20709:
URL: https://github.com/apache/airflow/issues/20709#issuecomment-1006989926
1.
`/usr/local/python3.8/lib/python3.8/site-packages/airflow/providers_manager.py`
line 142 `import_string(class_name)`
2. the function `import_string` in the
`/usr/local/python3.8/lib/python3.8/site-packages/airflow/utils/module_loading.py`
3.
`/usr/local/python3.8/lib/python3.8/site-packages/airflow/utils/module_loading.py`
line 32 ` module = import_module(module_path)` may throw `No module
xxx` exception, use 'try' protect this line code, and log error level
log.
whether it is feasible?
@potiuk
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]