Skip to content
Python ETLMediumofficialBenchmark eligiblefree

Timestamps to UTC

Upstream mixes RFC 3339, US dates, epoch millis, and 24:00. Store occurred_at as timestamptz UTC. Valid rows must not become NULL.

FieldDetail
CreatorPipelineArena · expert
Version2.0.0
Time45 min
Credits3
Completion0% · 0.0 rating
Hidden tests3

Objective

events.occurred_at is UTC; rejects written; no silent null on a parseable row.

#Success condition
1Valid rows stored as UTC
2Epoch millis distinguished from seconds
3Invalid values quarantined
4No valid row left NULL
#Visible instruction
1Inspect data/events.jsonl.
2Document parse order; fail closed.
3Load only survivors.
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