Skip to content
API pipelinesHardofficialBenchmark eligiblepro

Gap backfill

transaction_id is monotonic but the warehouse has holes after an outage. Compute missing ranges, fetch from the API, upsert. Do not invent ids.

FieldDetail
CreatorPipelineArena · expert
Version2.0.0
Time65 min
Credits6
Completion0% · 0.0 rating
Hidden tests2

Objective

No gaps in the documented id range; no extras; no duplicates.

#Success condition
1Gap list matches hidden holes
2Only missing ids inserted
3UNIQUE(transaction_id)
#Visible instruction
1Find missing id ranges vs min/max.
2Fetch by id or range as the API allows.
3Verify against /v1/transactions/count.
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