Hello all, a question about the tap-gitlab plugin....
# plugins-general
j
Hello all, a question about the tap-gitlab plugin. Seems you can only set it up to get data from one or more specific group(s) OR project(s), but not for ALL data in GitLab. That seems to be by design. Maybe because of load/speed. Does anyone have experience with large datasets and tap-gitlab?
e
Maybe because of load/speed
That’s correct. The amount of data to extract for SaaS GitLab would be insane đŸ˜…. That said, the
site_users
stream was added a while ago (original MR with discussion) by a community contribution, so there’s a path for adding global endpoints that would be useful for self-hosted GitLab.