Having a weird issue with `tap-gitlab` (the one us...
# troubleshooting
h
Having a weird issue with
tap-gitlab
(the one used by Meltano). Maybe my config is messed up, but having some trouble parsing where this error is coming from. Any help would be appreciated! More info is on issue on the repo: https://gitlab.com/meltano/tap-gitlab/-/issues/42
d
h
@douwe_maan That seems like a weird limitation that every single stream has to be present in the catalog or the tap will just error out completely
I would assume that missing a
stream
in the catalog should count as it not being selected and therefore ignored, no?
d
Yep I agree that shouldn't be necessary
Exactly
h
I can submit a MR tomorrow to have a catch for that which will treat the stream as deselected, does that seem okay?
d
Yep! Just commented on the MR to that affect
Thanks 🙂
h
d
@hassan_syyid Thanks! @aaronsteers I assigned it to you for review