for a tap built from SDK (like 'tap-jira') if the ...
# troubleshooting
p
for a tap built from SDK (like 'tap-jira') if the mapper/flatter fails, is there a way to ignore these failures and move on to next record. Right now if the mapper/transform fails the pipeline breaks.
the problem here is, I'm trying to flatten the records from issue stream in tap-jira. While some records are parsed and flatten, some are not and if I exclude the stream for those, the pipeline works again. I'd like to somehow place null in place of these errored records
tap-jira > issues.fields.description
e
Hi! 👋 Gotcha. Currently there's no way to handle errors during mapping/flattening, but maybe other folks are interested or have some thought about it. Would you mind logging an feature request? https://github.com/meltano/sdk/issues/new/choose
p
awesome thanks @edgar_ramirez_mondragon I'll log a new request.