Dataset FAQ & fixes

Common dataset questions, and fixes for the errors you hit most

In this page

The questions people ask most about datasets, and the errors they run into, with a direct fix for each, in the table below. If your answer isn’t here, reach out via support.

Common errors and fixes

SymptomCauseFix
Upload rejected before it startsThe file isn’t .csv, .xls, .xlsx, .json, or .jsonl, or it’s over 25 MBConvert or split the file to fit; see Limits & Data Types for every cap
”A dataset with this name already exists in your organization” when creatingNames must be unique per organization, so the clash can be with a dataset you don’t have access to seePick a different name
Upload finished but the dataset shows no rows yetThe file is still processing in the backgroundWait it out; the rows land once it finishes
Image, audio, or document cells fill in slowly after uploadMedia cells upload in batches with retries, not all at onceNo action needed, it catches up on its own
A dataset built from Observe traces fills in graduallySpans convert into rows in chunks, not all at onceWait it out; the row count climbs while the conversion runs
A freshly added eval column sits idle for a few secondsEvals are picked up by a poller on a short cycle rather than dispatched the instant you add the columnGive it a few seconds; it starts on its own
A cell is stuck showing runningThe producer behind it, a run prompt, an eval, or another dynamic column method, hasn’t been picked up yet or is still executingWait a few seconds; if the column status shows Failed or Error, rerun the column
A cell shows errorThat row failed whatever produces the columnRerun the column
Synthetic generation failsIt runs as a background job and can fail partway throughReopen it with Configure Synthetic Data; the drawer returns with your saved configuration, so fix whatever caused the failure and generate again
A column or row you expected is goneMost likely it was deleted; the grid can also hide columns and filter rows. Deleting a column also removes the producer behind it (a run prompt, an eval) and anything derived from itThere’s no copy to restore; recreate the column or add the rows back
Add Row or Add Column is greyed outBoth are disabled while the dataset is processing or synthetic generation hasn’t finished; Add Column alone also stays disabled until the dataset has at least one rowWait for processing or synthetic generation to finish, or add a row first if you’re adding a column to an empty dataset
Duplicate or Delete is greyed outPermission gates both: duplicating a row needs update access, deleting one needs delete accessCheck with an org admin about your dataset permission

Keep exploring

Was this page helpful?

Questions & Discussion