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 null cntrb id errors in issue closed cntrb update #2553

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

ABrain7710
Copy link
Contributor

@ABrain7710 ABrain7710 commented Oct 20, 2023

Description

  • The issue events that are providing the issue closed cntrb for the issues table can have NULL cntrb ids. So when we retrieve the issue closed cntrb we get back NULL, and when we try to bind NULL to the update query it fails and throws an error. Now we are filtering out rows that have a NULL cntrb id since they are not useful and are causing an error

This is the error in the logs

 Reason: (sqlalchemy.exc.InvalidRequestError) A value is required for bind parameter 'cntrb_id'```

@sgoggins sgoggins merged commit 968aa0b into dev Oct 20, 2023
@ABrain7710 ABrain7710 deleted the null-cntrb-id-fix branch February 20, 2024 00:47
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