MeltanoLabs / tap-gitlab

Singer.io Tap for extracting data from Gitlab's API
GNU Affero General Public License v3.0
8 stars 25 forks source link

Add author_name as field that can be retrieved #84

Open billmetangmo opened 1 year ago

billmetangmo commented 1 year ago

author_name has been added as return field 2 years ago in https://gitlab.com/gitlab-org/gitlab/-/issues/212249

pnadolny13 commented 1 year ago

@billmetangmo is this something you'd be willing to contribute? I suspect it only requires adding the field to the schema https://github.com/MeltanoLabs/tap-gitlab/blob/add7b77c2d6a50688e617ac49f4b35372b458a0d/tap_gitlab/schemas/merge_requests.json#L16 but that would have to be tested.