You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* API: fix broken lineage graph for multiple runs of the same job.[`#2710`](https://github.com/MarquezProject/marquez/pull/2710)[@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
8
-
*Problem: lineage graph was not available for jobs run multiple times of the same job as a result of bug introduced with recent release.
9
+
* API: fix broken lineage graph for multiple runs of the same job[`#2710`](https://github.com/MarquezProject/marquez/pull/2710)[@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
10
+
*Problem: lineage graph was not available for jobs run multiple times of the same job as a result of bug introduced with recent release.
9
11
In order to fix the inconsistent data, [this `UPDATE` query](https://github.com/MarquezProject/marquez/blob/main/api/src/main/java/marquez/db/migrations/V67_2_JobVersionsIOMappingBackfillJob.java#L19)
10
12
should be run. This is **not** required when upgrading directly to `0.43.0`.*
0 commit comments