mjpieters commented on pull request #12703:
URL: https://github.com/apache/airflow/pull/12703#issuecomment-736034072
@potiuk I don't know if the Google provider package import failure is
related?
```
Traceback (most recent call last):
File "/opt/airflow/dev/import_all_classes.py", line 71, in
import_all_classes
_module = importlib.import_module(modinfo.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 "/opt/airflow/airflow/providers/google/cloud/sensors/pubsub.py", line
25, in <module>
from airflow.providers.google.cloud.hooks.pubsub import PubSubHook
File "/opt/airflow/airflow/providers/google/cloud/hooks/pubsub.py", line
29, in <module>
from google.cloud.pubsub_v1.types import (
ImportError: cannot import name 'RetryPolicy'
```
Would that be caused by an ancient version having been pulled in?
----------------------------------------------------------------
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]