potiuk commented on pull request #9623:
URL: https://github.com/apache/airflow/pull/9623#issuecomment-653056290
Look at the logs @ephraimbuddy -> the "ExternalLoggingMixin" is a bit
strange as I cannot see it in the logging_mixin. Where is it from?
----------------------------------------
Traceback (most recent call last):
File "/import_all_provider_classes.py", line 61, in
import_all_provider_classes
_module = importlib.import_module(module_name)
File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
File
"/usr/local/lib/python3.6/site-packages/airflow/providers/elasticsearch/log/es_task_handler.py",
line 34, in <module>
from airflow.utils.log.logging_mixin import ExternalLoggingMixin,
LoggingMixin
ImportError: cannot import name 'ExternalLoggingMixin'
----------------------------------------
ERROR ENCOUNTERED!
----------------------------------------------------------------
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]