Closed
Bug 1890344
Opened 2 years ago
Closed 2 years ago
Airflow task bqetl_sponsored_tiles_clients_daily.wait_for_checks__fail_telemetry_derived__unified_metrics__v1 failed for exec_date 2024-04-08
Categories
(Data Platform and Tools :: General, defect)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kwindau, Unassigned)
Details
(Whiteboard: [airflow-triage])
Airflow task bqetl_sponsored_tiles_clients_daily.wait_for_checks__fail_telemetry_derived__unified_metrics__v1 failed for exec_date 2024-04-08
Log extract:
[2024-04-08, 10:43:37 UTC] {taskinstance.py:1979} INFO - Dependencies all met for dep_context=non-requeueable deps ti=<TaskInstance: bqetl_sponsored_tiles_clients_daily.wait_for_checks__fail_telemetry_derived__unified_metrics__v1 scheduled__2024-04-07T04:00:00+00:00 [queued]>
[2024-04-08, 10:43:37 UTC] {taskinstance.py:1979} INFO - Dependencies all met for dep_context=requeueable deps ti=<TaskInstance: bqetl_sponsored_tiles_clients_daily.wait_for_checks__fail_telemetry_derived__unified_metrics__v1 scheduled__2024-04-07T04:00:00+00:00 [queued]>
[2024-04-08, 10:43:37 UTC] {taskinstance.py:2193} INFO - Starting attempt 6 of 6
[2024-04-08, 10:43:37 UTC] {taskinstance.py:2214} INFO - Executing <Task(ExternalTaskSensor): wait_for_checks__fail_telemetry_derived__unified_metrics__v1> on 2024-04-07 04:00:00+00:00
[2024-04-08, 10:43:37 UTC] {standard_task_runner.py:60} INFO - Started process 1068552 to run task
[2024-04-08, 10:43:37 UTC] {standard_task_runner.py:87} INFO - Running: ['airflow', 'tasks', 'run', 'bqetl_sponsored_tiles_clients_daily', 'wait_for_checks__fail_telemetry_derived__unified_metrics__v1', 'scheduled__2024-04-07T04:00:00+00:00', '--job-id', '4402400', '--raw', '--subdir', 'DAGS_FOLDER/bigquery-etl/dags/bqetl_sponsored_tiles_clients_daily.py', '--cfg-path', '/tmp/tmp40e46rn7']
[2024-04-08, 10:43:37 UTC] {standard_task_runner.py:88} INFO - Job 4402400: Subtask wait_for_checks__fail_telemetry_derived__unified_metrics__v1
[2024-04-08, 10:43:37 UTC] {task_command.py:423} INFO - Running <TaskInstance: bqetl_sponsored_tiles_clients_daily.wait_for_checks__fail_telemetry_derived__unified_metrics__v1 scheduled__2024-04-07T04:00:00+00:00 [running]> on host 10.20.1.75
[2024-04-08, 10:43:37 UTC] {taskinstance.py:2510} INFO - Exporting env vars: AIRFLOW_CTX_DAG_EMAIL='telemetry-alerts@mozilla.com,skahmann@mozilla.com' AIRFLOW_CTX_DAG_OWNER='skahmann@mozilla.com' AIRFLOW_CTX_DAG_ID='bqetl_sponsored_tiles_clients_daily' AIRFLOW_CTX_TASK_ID='wait_for_checks__fail_telemetry_derived__unified_metrics__v1' AIRFLOW_CTX_EXECUTION_DATE='2024-04-07T04:00:00+00:00' AIRFLOW_CTX_TRY_NUMBER='6' AIRFLOW_CTX_DAG_RUN_ID='scheduled__2024-04-07T04:00:00+00:00'
[2024-04-08, 10:43:37 UTC] {external_task.py:244} INFO - Poking for tasks ['checks__fail_telemetry_derived__unified_metrics__v1'] in dag bqetl_unified on 2024-04-07T03:00:00+00:00 ...
[2024-04-08, 10:43:37 UTC] {dagbag.py:540} INFO - Filling up the DagBag from /opt/airflow/dags/repo/bigquery-etl/dags/bqetl_unified.py
[2024-04-08, 10:43:37 UTC] {taskinstance.py:2728} ERROR - Task failed with exception
Traceback (most recent call last):
File "/home/airflow/.local/lib/python3.11/site-packages/airflow/models/taskinstance.py", line 444, in _execute_task
result = _execute_callable(context=context, **execute_callable_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/airflow/.local/lib/python3.11/site-packages/airflow/models/taskinstance.py", line 414, in _execute_callable
return execute_callable(context=context, **execute_callable_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/airflow/.local/lib/python3.11/site-packages/airflow/sensors/external_task.py", line 334, in execute
super().execute(context)
File "/home/airflow/.local/lib/python3.11/site-packages/airflow/sensors/base.py", line 265, in execute
raise e
File "/home/airflow/.local/lib/python3.11/site-packages/airflow/sensors/base.py", line 247, in execute
poke_return = self.poke(context)
^^^^^^^^^^^^^^^^^^
File "/home/airflow/.local/lib/python3.11/site-packages/airflow/utils/session.py", line 79, in wrapper
return func(*args, session=session, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/airflow/.local/lib/python3.11/site-packages/airflow/sensors/external_task.py", line 282, in poke
raise AirflowException(
airflow.exceptions.AirflowException: Some of the external tasks ['checks__fail_telemetry_derived__unified_metrics__v1'] in DAG bqetl_unified failed.
[2024-04-08, 10:43:37 UTC] {taskinstance.py:1149} INFO - Marking task as FAILED. dag_id=bqetl_sponsored_tiles_clients_daily, task_id=wait_for_checks__fail_telemetry_derived__unified_metrics__v1, execution_date=20240407T040000, start_date=20240408T104337, end_date=20240408T104337
[2024-04-08, 10:43:37 UTC] {warnings.py:110} WARNING - /home/airflow/.local/lib/python3.11/site-packages/airflow/utils/email.py:154: RemovedInAirflow3Warning: Fetching SMTP credentials from configuration variables will be deprecated in a future release. Please set credentials using a connection instead.
send_mime_email(e_from=mail_from, e_to=recipients, mime_msg=msg, conn_id=conn_id, dryrun=dryrun)
[2024-04-08, 10:43:37 UTC] {email.py:270} INFO - Email alerting: attempt 1
[2024-04-08, 10:43:37 UTC] {email.py:281} INFO - Sent an alert email to ['telemetry-alerts@mozilla.com', 'skahmann@mozilla.com']
[2024-04-08, 10:43:37 UTC] {standard_task_runner.py:107} ERROR - Failed to execute job 4402400 for task wait_for_checks__fail_telemetry_derived__unified_metrics__v1 (Some of the external tasks ['checks__fail_telemetry_derived__unified_metrics__v1'] in DAG bqetl_unified failed.; 1068552)
[2024-04-08, 10:43:37 UTC] {local_task_job_runner.py:234} INFO - Task exited with return code 1
[2024-04-08, 10:43:38 UTC] {taskinstance.py:3309} INFO - 0 downstream tasks scheduled from follow-on schedule check
Flags: needinfo?(skahmann)
| Reporter | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•