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

Guard display column in the api #15209

Merged
merged 6 commits into from
Dec 19, 2024
Merged

Conversation

adrinr
Copy link
Collaborator

@adrinr adrinr commented Dec 18, 2024

Description

Some table configurations, such as what column types might be used as a display, are handled in the frontend. This is not done on the API level, so some tests and possible API usages leavesdata into an inconsistent state.

This PR adds a guard to ensure that we cannot create or update display columns to non-valid data.

Launchcontrol

Verifying display columns to be valid

Copy link

qa-wolf bot commented Dec 18, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@github-actions github-actions bot added firestorm Data/Infra/Revenue Team size/m labels Dec 18, 2024
@adrinr adrinr marked this pull request as ready for review December 18, 2024 12:41
@adrinr adrinr requested a review from a team as a code owner December 18, 2024 12:41
@adrinr adrinr requested review from mike12345567 and removed request for a team December 18, 2024 12:41
@adrinr adrinr enabled auto-merge December 19, 2024 09:03
@adrinr adrinr merged commit bbd69ce into master Dec 19, 2024
20 checks passed
@adrinr adrinr deleted the chore/guard-display-column-in-the-api branch December 19, 2024 11:30
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
firestorm Data/Infra/Revenue Team size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants