Benjamin Ahnert
Benjamin Ahnert

Reputation: 101

How can I keep my writeback dataset up to date without wasting resources?

As clarified here, object type writeback datasets do not automatically update when object edits are made. I need to build the writeback dataset for it to reflect the latest object edits.

How can I then minimise the latency of my writeback dataset without wasting build resources when there have not actually been any edits since the last build?

Upvotes: 0

Views: 218

Answers (1)

Benjamin Ahnert
Benjamin Ahnert

Reputation: 101

I can put a time-based schedule on the writeback dataset (and include any downstream datasets) at my desired frequently as necessary.

By leaving the 'Force build' option in the Scheduler unticked, this schedule will then only actually trigger a build when the writeback dataset has become stale (due to recent object edits). This prevents wasting build resources.

Leave the first option unticked

Upvotes: 3

Related Questions