Skip to content
API pipelinesEasyofficialBenchmark eligiblefree

Idempotent asset upsert

Assets are identified by checksum. The starter inserts on filename and duplicates the same blob. Upsert by checksum; store names in an alias table.

FieldDetail
CreatorPipelineArena · expert
Version2.0.0
Time35 min
Credits2
Completion0% · 0.0 rating
Hidden tests2

Objective

UNIQUE(checksum); aliases recorded; re-run stable.

#Success condition
1One assets row per checksum
2Filename aliases in asset_aliases
3Second run checksum unchanged
#Visible instruction
1Hash local fixtures (SHA-256).
2Upsert assets by checksum.
3Insert aliases separately.
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