datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.93k stars 2.94k forks source link

fix(ui) Fix merging siblings schema with mix of v1 & v2 fields #11837

Closed chriscollins3456 closed 2 days ago

chriscollins3456 commented 1 week ago

We had a bug when merging schemas between entities where there was a mix of v1 and v2 schema field names - they wouldn't match as keys so the field would show up twice. Now, normalize these keys so we can merge properly by downgrading everything.

Checklist