tap-github
tap-github copied to clipboard
A Singer tap for extracting data from the GitHub API
I'm trying to using Stitcher to sync github releases. I'm only have the releases table configured for the release. I'm getting the FIRST 44 records out of 187 total records....
Keep getting this error when I try to pull Github data through Stitch into Snowflake. Any suggestions would be much appreciated. {"message":"Not Found","documentation_url":"https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository"}
My organisation has hundreds of GitHub repositories under a single GitHub Organisation. This tap only extracts data a single repository - we would like this tap to extract data for...
When I move an issue from one repo to another, it looks like there's no way to tell that the issue is no longer part of the first repo. So,...
Sometimes it will be helpful to pull in all repositories of a github organisation. For this purposes it would be good to support "/*" as a repo name. You would...
Link: https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository
Added basic support for tags for github repos - all tags will be replicated on each run of the tap for a given repo. Currently tracking the following for tags:...
Following fields are missing from the streams: - **Pull Requests** [ '_links', 'assignee', 'assignees', 'author_association', 'base', 'comments_url', 'commits_url', 'diff_url', 'head', 'html_url', 'issue_url', 'labels', 'locked', 'merge_commit_sha', 'milestone', 'patch_url', 'requested_reviewers', 'requested_teams', 'review_comment_url',...
If you had a very large number of repositories being fetched, say 50-100, it may be that you can never get through everything in an hour before you hit your...
Add a new stream for Events. Events can occur on an Issue or a Repository. https://developer.github.com/v3/issues/events/