Hi all – I currently plan to use " Apply most recent value" strategy to resolve conflicts between user edits and datasource updates (see: https://www.palantir.com/docs/foundry/object-edits/how-edits-applied/#strategy-2-apply-most-recent-value). I’ll need to have a materialization for this object to use in other pipelines. Can I assume that the materialized dataset (https://www.palantir.com/docs/foundry/object-edits/materializations/) also reflects my choice of the “Apply most recent value” strategy? i.e., I want the materialization to have the value from the latest datasource update, if it came after the latest user edit – and not simply just have the latest user edits.
I assume that the materialization should reflect “Apply most recent value” strategy because a materialization is, after all, “data contained in objects of this type into datasets” – but want to confirm before proceeding. Thanks