singer-io / singer-io/tap-github
Commits table missing columns in BigQuery
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 76
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
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, but it never makes it to BigQuery. I also tested sending to a different target to make sure it wasn't a BigQuery problem, and the local target was also missing the columns. Any idea how to fix this?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the commit-stream schema and the selected-field handling reported in the Stitch extraction log; compare those paths with the local target, which also omits files and comment_count . Done when both fields arrive in BigQuery and the local target.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, python
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100