tap-github icon indicating copy to clipboard operation
tap-github copied to clipboard

A Singer tap for extracting data from the GitHub API

Results 47 tap-github issues
Sort by recently updated
recently updated
newest added

While testing out this tap, I noticed that, similarly to what happens in other variants of the `tap-github` out there, the `Commits` stream does not have the `files` and `stats`...

# Description of change Updates for python 3.11 # Manual QA steps - # Risks - # Rollback steps - revert this branch

Hi, we have upgraded our Github integration to v2 on Stitch one week ago. Since then it seems the `pull_requests` table contains many duplicates of some pull requests. This is...

# Description of change The `round` call in `calculate_seconds` method was making the retry attempt trigger before resetting the API token for less than a second (when the API rate...

{"type": "STATE", "value": {}} Getting this when I run tap-github --config config.json --properties properties.json

Hello, I just noticed missing data (commits) on the `pr_commits` table using this integration on Stitch. The root cause I suspect for this is the incremental mode for this table...

# Description of change The [issue events](https://docs.github.com/en/rest/issues/events#list-issue-events-for-a-repository) endpoint has a max page size of 100 which will allow more records to be loaded per page thus allowing more records to...

The below list of tables are not getting loaded properly. ![Screenshot 2022-08-16 at 8 09 33 PM](https://user-images.githubusercontent.com/97166932/184907961-0629d295-b2f1-43f8-8695-2f0aa7d47f99.jpg) the error messages are as below. Partitioning by expressions of type FLOAT64 is...

# Description of change This adds the `login` attribute of the [stargazers response object](https://docs.github.com/en/rest/activity/starring#list-stargazers) to the Stargazers schema. # Manual QA steps - I ran the tap locally to ensure...

In the schema for the commit stream, I can see the fields `files` and `comment_count `. `files` shows up in the Stitch extraction log in the list of selected fields,...