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

Two issues were found while using this library: * Random and isolated 502 errors from github make the whole job fail. * If the number of API calls exceeds github's...

# Description of change Personal access token have a lower rate limit. This PR replaces actual auth to GitHub Apps authentication

- especially info about how to setup dev env - how to execute tests - how to make integrations tests running - etc...

Add support for tags. Same code of #64, but adapted to new version. Because we need this functionality and the mantainer probably is not available and I will be available...

# Description of change This PR fixes a typo in the `collaborators` stream for consistency with other streams. # Manual QA steps - # Risks - # Rollback steps -...

# Description of change Update README links to Singer spec

I'm running this tap via meltano. I'm hitting the same bug as https://github.com/singer-io/tap-github/issues/130, so I was thinking I could work around this by providing a custom catalog to the tap,...

@KrisPersonal @dmosorast thanks so much for the fix to unblock using the team schema! I can now get further; however, it does thousands of HTTP calls for "memberships", around 4k...

# Description of change This PR updates the schema for the `commits` stream, based on the current github api docs at https://docs.github.com/en/rest/reference/repos#list-commits and double checking the actual output of the...

# Description of change Adds the nested assignee properties to the issues schema. Closes #130 # Manual QA steps Strongly typed nested fields are required by bigquery but not postgres....

cla-missing