recall

← recall

schema drift term

source schema changes break downstream pipelines

Adding a column = mostly fine. Renaming or removing = breaks transforms. Mitigations: contract testing, schema registry, defensive transforms, alerts on schema changes.

topics: data-pipelines, failure-modes