GuiguiDt
GuiguiDt

Reputation: 263

Does allow_retention flag in incremental decorator manage manual delete transaction?

In the perspective of applying "custom retention" by doing some manual delete transaction on a dataset (Is it possible to apply manual retention on a dataset in Palantir Foundry?),

Is the "allow_retention" option in incremental decorator of the downstream transform enough to avoid triggering a snapshot on them? (Or is it only allowing delete transaction by the retention service?)

Upvotes: 0

Views: 171

Answers (1)

tomwhittaker
tomwhittaker

Reputation: 381

The 'allow_retention' option only prevents snapshot transactions when delete transactions are made by the retention service.

Upvotes: 1

Related Questions