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

chore(on-call): Properly handling query validation errors #6019

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

enochtangg
Copy link
Member

Query validation occurs in the entity processing stage of the query pipeline. When it fails, a InvalidQueryException gets raised to the top-level pipeline function. Right now, when this error gets raised, we are not properly recording these invalid request. This PR is responsible for adding the proper error handling for these invalid requests.

@enochtangg enochtangg requested a review from a team as a code owner June 11, 2024 17:26
@enochtangg enochtangg merged commit 38a902e into master Jun 14, 2024
29 checks passed
@enochtangg enochtangg deleted the enocht/properly-handle-validation-errors branch June 14, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants