Compare two CSV or JSON samples for added, removed, renamed, type, nullability, and enum drift.
Tip: use samples, upload, copy, download, and send-to actions inside the workspace where available.
Schema Drift Detector compares two samples of the same dataset or API response and reports precisely what changed about its shape: fields added or removed, fields renamed, types changed, columns that started or stopped accepting nulls, and enum values that appeared or disappeared. It exists for the failure mode where nothing errors — the pipeline keeps running, the numbers quietly go wrong, and the change that caused it happened three weeks earlier upstream.
Assert the schema you expect and test future samples against it.
Open tool