You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be properly imported from backup (as with self-host to saas
migration) DataSource needs to remap ids to new values.
This involves tracking dependencies and translating in
normalize_before_relocation_import.
The field comparator has to be somewhat lax here, as the actual foreign
item referenced is dependent on two fields, which isn't really a pattern
supported by our ForeignKey comparator infrastructure. For now, at
least, we assume the fields being referenced are valid (a big
improvement over the current prod code, where we have broken id
references and also ignore that), but this will be revisited in a
follow-up.
0 commit comments