Skip to content
API pipelinesHardofficialBenchmark eligiblepro

Incremental sync with clock skew

The API’s updated_since misses rows near the cursor because of clock skew. Overlap the watermark. Apply delete tombstones. Store the next cursor durably after commit.

FieldDetail
CreatorPipelineArena · expert
Version2.0.0
Time60 min
Credits5
Completion0% · 0.0 rating
Hidden tests3

Objective

Customers match the hidden set after two windows; deletes applied.

#Success condition
1Lookback/overlap window used
2Tombstones delete destination rows
3Cursor persisted after commit
4Idempotent second window
#Visible instruction
1Overlap the watermark by the documented skew.
2Apply tombstones.
3Upsert on customer_id.
Hidden tests score the final tables or files, not the exact syntax you used. Test implementation is never shown to participants.

Signed-in workspace: Open in app