what do i need to do so when i am running tap-gong...
# singer-tap-development
n
what do i need to do so when i am running tap-gong and encounter error 404 the work to continue without throwing an error
e
Hi @nikolay.teodorov (😅)! Is this tap-gong your own custom tap or a third-party one?
(if it's the latter there's no workaround)
n
its custom one
it's inheriting from RestStream
e
Ok. We had a pull request that unfortunately never got merged to support this type of scenario: https://github.com/meltano/sdk/pull/1754/, it's still open to contributions or at least the implementation in the PR might hint as to how to do that in your own tap.
👀 1
n
will overwriting the reststream method: validate_response in some way help in this case
e
Unfortunately it's not sufficient, that's why the implementation in the PR adds exception handling in
Stream.sync
.