klesh opened a new pull request, #4456: URL: https://github.com/apache/incubator-devlake/pull/4456
### Summary github jobs collector supports diffsync. The github jobs belong to `run`, we have to collect them by `runs` one by one, so it does not need to do anything as long as `runs collector` supports `timeFilter`. For `diffSync`, it is simple as collecting newly updated `runs` since the last `jobs` collection ### Does this close any open issues? Part of #4403 ### Other Information I've done the following self-testing: 1. collected `runs` with `timeFilter` while some of them have `in-progress` as their statuses, the `runs` were collected and extracted correctly. 2. collected `jobs`, and data were collected correctly. 3. after all `runs` were completed, I recollected/re-extracted `runs` and `jobs`. a couple of new records appeared in `raw_tables` as expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
