Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix relationships disappearing #13526

Merged
merged 14 commits into from
Apr 19, 2024
Merged

Conversation

adrinr
Copy link
Collaborator

@adrinr adrinr commented Apr 19, 2024

Description

We recently introduced a change where we were persisting existing schema changes to avoid dropping column settings. This caused some issues with columns non-persisted externally when fetching schema from source, such as links or formulas.

This PR is fixing this issue, adding a test that will check that we are not dropping unexpected data when synching from schema

Addresses

Launchcontrol

Fixing some links and formulas dropping when re-fetching from schema

Copy link

linear bot commented Apr 19, 2024

@adrinr adrinr force-pushed the BUDI-8181/fix-relationships-disappearing branch from 5f9ec34 to 874c698 Compare April 19, 2024 10:52
@adrinr adrinr marked this pull request as ready for review April 19, 2024 11:02
@adrinr adrinr requested a review from a team as a code owner April 19, 2024 11:02
@adrinr adrinr requested review from samwho, mike12345567 and a team and removed request for a team April 19, 2024 11:02
@adrinr adrinr changed the title Budi 8181/fix relationships disappearing Fix relationships disappearing Apr 19, 2024
Copy link
Collaborator

@mike12345567 mike12345567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - amazing to finally have a good test in this area!

Copy link
Collaborator

@mike12345567 mike12345567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - quite a bit cleaner and more room for custom stuff like the links logic!

@adrinr adrinr enabled auto-merge April 19, 2024 12:10
@adrinr adrinr merged commit 3818979 into master Apr 19, 2024
10 checks passed
@adrinr adrinr deleted the BUDI-8181/fix-relationships-disappearing branch April 19, 2024 12:14
@github-actions github-actions bot locked and limited conversation to collaborators Apr 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants