Hi All, Is anyone familiar with the GitLab tap? I’...
# troubleshooting
d
Hi All, Is anyone familiar with the GitLab tap? I’m running into this weird configuration where my extractor is pulling random users from the Gitlab API even with my private token configured. Does anyone know why that could be occurring?
a
What else are you pulling in? I had this happen when I was pulling in issues + users and it was grabbing people who had thumbs up/down but not commented so it seemed random
d
@amanda.folson It starts off with pulling all users just on gitlab. They don’t belong to our GitLab org and it seems to go on forever. Here’s a sample of the output with log-level=debug.
Copy code
gitlab-to-snowflake-dev name=tap-gitlab (out) run_id=bc1ae13a-2f2f-4037-a3d3-ad1c3335530e stdio=stdout
2021-12-09T19:28:54.250293Z [debug    ] {"type": "RECORD", "stream": "site_users", "record": {"id": 10322001, "username": "kamil.kostrzewa.asd", "name": "Kamil Kostrzewa", "state": "active", "avatar_url": "<https://secure.gravatar.com/avatar/02f6a341fe870322116aafa9f4f0782b?s=80&d=identicon>", "web_url": "<https://gitlab.com/kamil.kostrzewa.asd>"}, "time_extracted": "2021-12-09T19:28:53.981457Z"} cmd_type=extractor job_id=gitlab-to-snowflake-dev name=tap-gitlab (out) run_id=bc1ae13a-2f2f-4037-a3d3-ad1c3335530e stdio=stdout
2021-12-09T19:28:54.252738Z [debug    ] {"type": "RECORD", "stream": "site_users", "record": {"id": 10322000, "username": "steilstertyp", "name": "Christian Heike", "state": "active", "avatar_url": "<https://secure.gravatar.com/avatar/09f6a1dce3b3608454b2530466634c99?s=80&d=identicon>", "web_url": "<https://gitlab.com/steilstertyp>"}, "time_extracted": "2021-12-09T19:28:53.981734Z"} cmd_type=extractor job_id=gitlab-to-snowflake-dev name=tap-gitlab (out) run_id=bc1ae13a-2f2f-4037-a3d3-ad1c3335530e stdio=stdout
2021-12-09T19:28:54.255416Z [debug    ] {"type": "RECORD", "stream": "site_users", "record": {"id": 10321999, "username": "g.bimboland", "name": "China-fox", "state": "active", "avatar_url": "<https://secure.gravatar.com/avatar/d35613f5a2985087ca5876fcea3d650e?s=80&d=identicon>", "web_url": "<https://gitlab.com/g.bimboland>"}, "time_extracted": "2021-12-09T19:28:53.982289Z"} cmd_type=extractor job_id=gitlab-to-snowflake-dev name=tap-gitlab (out) run_id=bc1ae13a-2f2f-4037-a3d3-ad1c3335530e stdio=stdout
2021-12-09T19:28:54.587863Z [info     ] INFO GET <https://gitlab.com/api/v4/users> cmd_type=extractor job_id=gitlab-to-snowflake-dev name=tap-gitlab run_id=bc1ae13a-2f2f-4037-a3d3-ad1c3335530e stdio=stderr
2021-12-09T19:28:54.590872Z [debug    ] {"type": "RECORD", "stream": "site_users", "record": {"id": 10321998, "username": "project_31692829_bot", "name": "****", "state": "active", "avatar_url": "<https://secure.gravatar.com/avatar/46e4aaa2d063534da88f9b398e4458bb?s=80&d=identicon>", "web_url": "<https://gitlab.com/project_31692829_bot>"}, "time_extracted": "2021-12-09T19:28:54.587765Z"} cmd_type=extractor job_id=gitlab-to-snowflake-dev name=tap-gitlab (out) run_id=bc1ae13a-2f2f-4037-a3d3-ad1c3335530e stdio=stdout
2021-12-09T19:28:54.597719Z [debug    ] {"type": "RECORD", "stream": "site_users", "record": {"id": 10321997, "username": "modia9846", "name": "Ahmed Modi", "state": "active", "avatar_url": "<https://secure.gravatar.com/avatar/80800737d71b5bd41c8805c10b62f8d7?s=80&d=identicon>", "web_url": "<https://gitlab.com/modia9846>"}, "time_extracted": "2021-12-09T19:28:54.587972Z"} cmd_type=extractor job_id=gitlab-to-snowflake-dev name=tap-gitlab (out) run_id=bc1ae13a-2f2f-4037-a3d3-ad1c3335530e stdio=stdout