Closed
Bug 1846305
Opened 1 year ago
Closed 1 year ago
Airflow dag glam_glean_imports partially fails for `dev_glam` -> `glam_import_probes`
Categories
(Data Platform and Tools :: General, defect)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: efilho, Assigned: efilho)
Details
(Whiteboard: [airflow-triage])
+++ This bug was initially created as a clone of Bug #1845534 +++
Airflow dag glam_glean_imports partially fails for dev_glam
-> glam_import_probes
Error:
[2023-07-30, 10:17:59 UTC] {pod_manager.py:235} INFO - glam.api.models.Probe.MultipleObjectsReturned: get() returned more than one Probe -- it returned 2!
Assignee | ||
Comment 1•1 year ago
|
||
The dev db had a duplicate entry for the probe histogram/FX_MIGRATION_EXTENSIONS_QUANTITY
. The duplicates had exactly the same row content, so I removed the one with the smaller id
, re-ran the job, which succeeded.
Since this is dev and this problem did not happen with prod, I decided not to investigate further to discover why it happened. Considering this as fixed.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•