I want to run tap-gitlab in meltano and I am exper...
# getting-started
n
I want to run tap-gitlab in meltano and I am experiencing some calls that end up in a 404. This is correct behaviour, as the project might have been created in gitlab, but no repository is there yet. Now if I want to work with groups in Meltano this leads to the pipeline not being able to run, because it will stop with a CRITICAL ERROR, when one API calls ends in 404. Is it possible to disable this and just ignore this one failed call?
p
@nino_mueller are you using the MeltanoLabs variant? If so I did notice that there was an issue and an open MR to skip 404s. I just merged it in so if you dont have a pinned version then running
meltano install extractor tap-gitlab --clean
should reinstall the newest code.
n
that was it! thanks @pat_nadolny