Python ETLEasyofficialBenchmark eligiblefree
Overlapping page dedup
The extractor retried page 3 and wrote duplicates. Destination must be unique on source_id; rerunning the job must not increase counts.
| Field | Detail |
|---|---|
| Creator | PipelineArena · expert |
| Version | 2.0.0 |
| Time | 35 min |
| Credits | 2 |
| Completion | 0% · 0.0 rating |
| Hidden tests | 3 |
Objective
Unique source_id; retry is a no-op.
| # | Success condition |
|---|---|
| 1 | UNIQUE(source_id) |
| 2 | Overlap pages produce one row |
| 3 | Second job run: same checksum |
| # | Visible instruction |
|---|---|
| 1 | Load the fixture pages as-is (they overlap). |
| 2 | Upsert on source_id. |
| 3 | Do not assume pages are disjoint. |
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