I am again fighting with `tap-github`. I recently ...
# plugins-general
j
I am again fighting with
tap-github
. I recently added
reviews
. To join it with
pull_requests
, I have not found a way to go so far. •
reviews
does not contain pull number, only pull url (API URL) •
pull_requests
does not contain API URL •
reviews
contain commit_id, but
commits
does not contain any key so I can join
commits
with
pull_requests
Any idea how to make the whole model consistent? Any future plans to improve performance of sync of objects like reviews? Now, for each pull request, corresponding reviews are downloaded through the API. This is obviously heavily slow. Example use case - find most active reviewers