Mike Fogel
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Mike Fogel-
Mike Fogel commented,
Here's where this is implemented in Meltano's open-source connector https://github.com/MeltanoLabs/tap-gitlab/blob/7c9e8316dec70a52035046d226957f626081c2dd/tap_gitlab/schemas/commits.json#L80-L93
-
Mike Fogel created a post,
Connector Improvement: Gitlab connector should pull commit stats - ie # of lines changes
CompletedThis gitlab connector currently doesn't pull commit stats, such as total number of lines changed. To implement this the "list commits" endpoint would need to be called with `with_stats=true` parame...