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` parameter, and the stats saved to the target table.
-
Official comment
Hi Mike,
A delayed update on the thread: these have been made available in the connector.
Apologies for the delay on updating the status on this request.
Thanks,
Unni -
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
Please sign in to leave a comment.
Comments
2 comments