potiuk edited a comment on pull request #12636:
URL: https://github.com/apache/airflow/pull/12636#issuecomment-734306269
```
ERROR airflow.models.dagbag.DagBag:dagbag.py:297 Failed to import:
/opt/airflow/airflow/providers/google/ads/example_dags/example_ads.py
Traceback (most recent call last):
File "/opt/airflow/airflow/models/dagbag.py", line 294, in
_load_modules_from_file
loader.exec_module(new_module)
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
File
"/opt/airflow/airflow/providers/google/ads/example_dags/example_ads.py", line
24, in <module>
from airflow.providers.google.ads.operators.ads import
GoogleAdsListAccountsOperator
File "/opt/airflow/airflow/providers/google/ads/operators/ads.py", line
24, in <module>
from airflow.providers.google.ads.hooks.ads import GoogleAdsHook
File "/opt/airflow/airflow/providers/google/ads/hooks/ads.py", line 25, in
<module>
from google.ads.google_ads.v2.types import GoogleAdsRow
ModuleNotFoundError: No module named 'google.ads.google_ads.v2'
```
----------------------------------------------------------------
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]