You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a list of pr and issue ids, using the psql connector, query PostgreSQL to retrieve the PR and issues’ saved date on summaries data, return a dictionary with the id -> date (the date can be found in the metadata)
The content you are editing has changed. Please copy your edits and refresh the page.
cyri113
changed the title
Add fetch_obj_date method to GithubObjectExtraction class
[Hivemind] Add fetch_obj_date method to GithubObjectExtraction class
Mar 29, 2024
Part of the Github Vectorize (Summary). Please read this document before starting.
Given a list of pr and issue ids, using the psql connector, query PostgreSQL to retrieve the PR and issues’ saved date on summaries data, return a dictionary with the
id -> date
(the date can be found in the metadata)Tasks
The class should have 100% coverage on code climate.
The text was updated successfully, but these errors were encountered: