jiamo commented on PR #22965:
URL: https://github.com/apache/airflow/pull/22965#issuecomment-1124805004
The total trace
```
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/task/task_runner/standard_task_runner.py",
line 85, in _start_by_fork
args.func(args, dag=self.dag)
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/cli/cli_parser.py",
line 48, in command
return func(*args, **kwargs)
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/cli.py", line
92, in wrapper
return f(*args, **kwargs)
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/cli/commands/task_command.py",
line 298, in task_run
_run_task_by_selected_method(args, dag, ti)
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/cli/commands/task_command.py",
line 107, in _run_task_by_selected_method
_run_raw_task(args, ti)
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/cli/commands/task_command.py",
line 180, in _run_raw_task
ti._run_raw_task(
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/session.py",
line 70, in wrapper
return func(*args, session=session, **kwargs)
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/models/taskinstance.py",
line 1334, in _run_raw_task
self._execute_task_with_callbacks(context)
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/models/taskinstance.py",
line 1460, in _execute_task_with_callbacks
result = self._execute_task(context, self.task)
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/models/taskinstance.py",
line 1516, in _execute_task
result = execute_callable(context=context)
File "/opt/airflow/dags/repo/plugins/ads_to_postgres.py", line 55, in
execute
rows = service.search(client_ids=self.client_ids,
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/providers/google/ads/hooks/ads.py",
line 113, in search
"""
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/providers/google/ads/hooks/ads.py",
line 234, in _search
File
"/home/airflow/.local/lib/python3.8/site-packages/google/ads/googleads/v10/services/services/google_ads_service/client.py",
line 3306, in search
request = google_ads_service.SearchGoogleAdsRequest(request)
File "/home/airflow/.local/lib/python3.8/site-packages/proto/message.py",
line 486, in __init__
# Just use the above logic on mapping's underlying pb.
```
--
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]