`tap-gitlab` - cannot map commit/merge_requests to...
# plugins-general
j
tap-gitlab
- cannot map commit/merge_requests to users: • commits - author is not a user by design. There is no merge_request_id (limitation of the API) • merge_requests - author_id can be mapped to users, but I can't use it, see below bullet • users - it downloads ALL users I can list. Huuuuge amount of users. It is way too slow Anyone has tried to solve this?
e
If you’re using the meltanolabs variant of the tap, the
site_users
stream should probably be explicitly deselected if you’re using gitlab saas, otherwise you’ll get every user (I don’t know why this wasn’t made an opt-in stream like the variables ones 😬) The
users
stream is what you most likely want to map MR authors.