D
DreamLake

DB Schema

LabelTrack

Label track index record. Stats computed inline after upload by parsing the staged file.

FieldTypeDescription
idObjectIdPrimary key
ownerStringNamespace slug
projectStringProject slug
episodeIdString?DreamLake episode ID
nameStringDisplay name (default: "")
embIdString?VectorIndex ID (null = not yet indexed)
entryCountIntNumber of label entries (default: 0)
startTimeFloat?Earliest ts (Unix seconds)
endTimeFloat?Latest ts + dt (Unix seconds)
deletedAtDateTime?Soft delete timestamp
createdAtDateTimeCreated timestamp
updatedAtDateTimeLast updated

Indexes: owner, [owner, project], episodeId, embId