Hey, tap-jira stopped to work for me because one c...
# singer-taps
j
Hey, tap-jira stopped to work for me because one custom_field in our Jira started to contain an unsupported value (field 10002, expected number, got array). Fields column is exposed from Jira as a huge JSON. It can be flattened. No matter how I consume it, the validation for field 10002 fails. I don't want to consume this column. I can't find out how to exclude it, no pattern works (e.g.
!*.fields__customfield_10002
). Is it possible to exclude columns nested in such a JSON?
e