It took me less than two hours to make a new REST-...
# singer-tap-development
h
It took me less than two hours to make a new REST-tap today, which really shows the usefulness of the SDK. But I stumbled across an issue I thought I had figured out: arbitrary json-fields. On my previous REST-tap I was able to handle arbitrary JSON fields in schemas with
ObjectType()
, but this tap returns empty dicts (
{}
) for some reason. This is the case both for straight object-types and object-arrays. Before I spend hours to figure this out, are there any common issues I should check out?