Hitting some cases where my tap is outputting data...
# singer-tap-development
v
Hitting some cases where my tap is outputting data that isn't valid according to my defined json schema. Is there a flag to turn on validation checking in the tap? Tried searching the docs real quick and didn't see anything. Right now I just pipe the data to jsonl and it does the trick, but there's some things that are a bit tough to debug that would be easier if my tap did this for me