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

In the issues schema, there is an assignee field of type `object` but it has no properties. This causes an error with bigquery taps because the schema for json has...

I attempted to use this tap on a simple repo and received this error - ``` 2021-04-28 22:28:57,287Z main - INFO Running tap-github version 1.9.2 and target-stitch version 3.2.0 2021-04-28...

I am getting an error `json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)` when I run tap-github\ Steps to reproduce: 1. Create virtual environment `virtualenv -p python3 venv` 2....

I'd like to pull a list of all public repositories using the `repositories` endpoint described here: https://docs.github.com/en/rest/reference/repos#list-public-repositories ## API info I've tested the endpoint with some success. The incremental replication...

# Description of change Support GitHub Enterprise. This will fix #23 . # Manual QA steps - Add something like `"api_endpoint": "https://git.your-compony.example.com/api/v3"` to your config json. - Run extractor. #...

Hello, I'm trying to use Stitch to connect Github to Snowflake and am seeing this error show up, which makes me wonder if there have been some Github API updates...

Big query cannot handle floats as key fields. Tap-github converts id's to floats due to length of the number of digits on to the key fields in the new project...

Github has features to enable dependency security checks within projects and exposes an API for this data. The singer tap doesn't currently implement this part in the schemas. Enabling this...

The current schema has the following property: ``` { "type": [ "null", "object" ], "properties": { ..., "parent": { "type": [ "null", "string" ] } } } ``` When it...