TogetherCrew / airflow-dags

1 stars 1 forks source link

[Hivemind] Add fetch_obj_status method to GithubObjectExtraction class #104

Open cyri113 opened 7 months ago

cyri113 commented 7 months ago

Part of the Github Vectorize (Summary). Please read this document before starting.

Given an array of pr and issue ids, using the pre-built neo4j connection, return the status of the prs and issues as a dictionary id -> status.

### Tasks
- [ ] Write a public method `fetch_obj_status` in `GithubObjectExtraction`
- [ ] Write test cases

The class should have 100% coverage on code climate.

102 should be completed first.