-
-
Notifications
You must be signed in to change notification settings - Fork 774
Let users ingest missing contributions #8274
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
Let users ingest missing contributions #8274
Conversation
20ae4ac
to
9dac950
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. How do users get here?
@PixelantDesign For now we will just send the link to users when they report missing contributions |
print("Saved!\n") | ||
|
||
except Exception as e: | ||
print(e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
u probably want to logger.exception
this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this was merged, I created a new PR with this change here: #8320
Closes #8250
/grants/add-missing-contributions
ingest_grant_txns.py
was copied in the new endpoint that lives in theingest_contributions
method ofviews.py
69cc0e86bc30477d9eaf74b8f29653c1.mp4