Name an owner
Every critical dataset needs a named owner and a support channel. Orphan tables become landmines.
Version the schema
Publish expected fields, types, and freshness guarantees. Breaking changes require notice and a dual-write or dual-read window when consumers are many.
Test the contract in CI
Schema checks in continuous integration catch accidental renames before they reach dashboards and models.



