You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/airflow/plugins_manager.py", line 227, in load_entrypoint_plugins
plugin_class = entry_point.load()
File "/usr/local/lib/python3.9/site-packages/importlib_metadata/__init__.py", line 203, in load
module = import_module(match.group('module'))
File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/local/lib/python3.9/site-packages/openlineage/airflow/plugin.py", line 25, in <module>
from openlineage.airflow import listener
File "/usr/local/lib/python3.9/site-packages/openlineage/airflow/listener.py", line 74, in <module>
extractor_manager = ExtractorManager()
File "/usr/local/lib/python3.9/site-packages/openlineage/airflow/extractors/manager.py", line 15, in __init__
self.task_to_extractor = Extractors()
File "/usr/local/lib/python3.9/site-packages/openlineage/airflow/extractors/extractors.py", line 80, in __init__
extractor = import_from_string(extractor)
File "/usr/local/lib/python3.9/site-packages/openlineage/airflow/utils.py", line 303, in import_from_string
raise ImportError(f"Failed to import {path}") from e
ImportError: Failed to import astronomer.providers.snowflake.extractors.snowflake.SnowflakeAsyncExtractor
The text was updated successfully, but these errors were encountered:
Getting below error in container
The text was updated successfully, but these errors were encountered: