Closed
Bug 1912477
Opened 11 months ago
Closed 11 months ago
Airflow task probe_scraper.trigger_looker failed for exec_date 2024-08-09
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 probe_scraper.trigger_looker failed for exec_date 2024-08-09
Log extract:
[2024-08-09, 08:33:29 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/operators/trigger_dagrun.py", line 221, in execute
raise AirflowException(f"{self.trigger_dag_id} failed with failed states {state}")
airflow.exceptions.AirflowException: looker failed with failed states failed
Comment 1•11 months ago
|
||
still going on
Comment 2•11 months ago
|
||
fixed after https://github.com/mozilla/lookml-generator/pull/1035 made the looker dag succeed \o/
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•