vWhenEdited by
232 days agoper.holm
225 days agoanna.lindqvist
2111 days agoper.holm
2020 days agoper.holm
1932 days agoklaus.jensen
1854 days agoper.holm

Click a row to select. Shift-click two rows to diff.

Selected diff

From
v22 · 5 days ago · anna.lindqvist
To
v23 · 2 days ago · per.holm
Changed fields
3 (transform_steps[2], validation_rules[2], schedule.time)

JSON diff · v22 → v23

v225 days ago
"schedule": { "frequency":"daily","time":"03:00","timezone":"UTC" }, "transform_steps": [ { "type": "NormaliseCodes", "config": { "prefix": "SE", "pad": 4 } }, { "type": "HarmoniseRefDate", "config": { "shift": "+1y" } }, { "type": "ComputeOutput", "config": { "column": "population" } } ], "validation_rules": [ { "type": "NotNull", "column": "population" }, { "type": "NonNegative", "column": "population" }, { "type": "YearOnYearSwing", "max_pct_delta": 25 } ]
v232 days ago
"schedule": { "frequency":"daily","time":"06:00","timezone":"Europe/Stockholm" }, "transform_steps": [ { "type": "NormaliseCodes", "config": { "prefix": "SE", "pad": 4 } }, { "type": "HarmoniseRefDate", "config": { "shift": "+1y" } }, { "type": "ComputeOutput", "config": { "column": "population", "expression": "value" } } ], "validation_rules": [ { "type": "NotNull", "column": "population" }, { "type": "NonNegative", "column": "population" }, { "type": "YearOnYearSwing", "max_pct_delta": 15 } ]
Conflict resolution. If two analysts open the same Pipeline and save concurrently, the second save returns 409 Conflict with the newer version. The UI then shows a three-way diff (my changes · theirs · shared base) so you can rebase your edits before re-saving.