feat(platform): add replaceable geozone data layer
This commit is contained in:
@@ -208,6 +208,10 @@ export function materializeDataProductPublish(value, binding, definition, dataPr
|
||||
sequence: value.batch?.sequence,
|
||||
idempotencyKey: value.batch?.idempotencyKey,
|
||||
receivedAt: now.toISOString(),
|
||||
...(value.batch?.mode === "replace" ? {
|
||||
mode: "replace",
|
||||
generationAt: value.batch?.generationAt,
|
||||
} : {}),
|
||||
},
|
||||
facts: value.facts,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user