vWhenEdited by
714 days agoanna.lindqvist
61 month agoper.holm
52 months agoanna.lindqvist
43 months agoper.holm
35 months agoklaus.jensen
26 months agoanna.lindqvist
17 months agoanna.lindqvist (initial)

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

Selected diff

From
v6 · 1 month ago · per.holm
To
v7 · 14 days ago · anna.lindqvist
Changed fields
2 (validation_rules[3], transform_steps[0])

JSON diff · v6 → v7

v61 month ago
"transform_steps": [ { "type": "NormaliseCodes", "config": { "prefix": "FO", "pad": 2 } }, { "type": "ComputeOutput", "config": { "column": "population", "expression": "fólkatal" } } ], "validation_rules": [ { "type": "NotNull", "column": "population" }, { "type": "NonNegative", "column": "population" }, { "type": "YearOnYearSwing", "max_pct_delta": 10 }, { "type": "CompletenessPerCountry", "expected": 30, "tolerance": 0 } ]
v714 days ago
"transform_steps": [ { "type": "NormaliseCodes", "config": { "prefix": "FO", "pad": 3 } }, { "type": "ComputeOutput", "config": { "column": "population", "expression": "fólkatal" } } ], "validation_rules": [ { "type": "NotNull", "column": "population" }, { "type": "NonNegative", "column": "population" }, { "type": "YearOnYearSwing", "max_pct_delta": 10 }, { "type": "CompletenessPerCountry", "expected": 29, "tolerance": 0 } ]
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.