I was able to successfully run tap-gitlab weeks ag...
# troubleshooting
j
I was able to successfully run tap-gitlab weeks ago, but since have been getting an error when it's initializing and trying to update the state. I've tried clearing the state, hoping that would replicate my successful run, but that didn't work either. When it runs it creates an issues.jsonl file with only an id so when the initialization runs it can't find
updated_at
I wonder If I'm just missing something to get this to run properly. Generally I am pretty bullish on us contributing to this tap for obvious reasons
stack trace
oh, I'm running it via
meltano elt tap-gitlab target-jsonl
p
@jstark have you tried running it with invoke like
meltano invoke tap-gitlab
to get the raw output. It seems like that expected field isnt being extracted properly or maybe its being deselected. If you could share youre meltano.yml also it would help debug
j
meltano invoke tap-gitlab
has the same result
meltano.yml
the output before the error was just that issue record like I described it
Copy code
INFO GET <https://gitlab.com/api/v4/projects/16966742/issues?scope=all&updated_after=2023-09-01T00:00:00>
{"type": "RECORD", "stream": "issues", "record": {"id": 133300669}, "time_extracted": "2023-09-07T15:33:50.276645Z"}
oh, I have an idea
lol
I forgot the
.*
oh man
thanks for being a rubber duck!