Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unnecessary re-fetching of pull request data (singer-io#49)
GitHub’s /pulls endpoint doesn’t have a ?since filter, so instead we check the updated_at values of each record imported. Since we have sorted descending by this value, we can break out of the loop once we have found the first updated_at value that is less than the bookmark time. Fixes singer-io#43
- Loading branch information