This PR updates 2 streams to use the sdk schema definition format instead of JSON files and:
projects now includes (optionally) a license object
issues includes more complete author and assignees objects which were missing
The tap's output did not necessarily match the data returned by the api, so this might seem to break compatibility, but I think the missing fields were null anyway.
This PR updates 2 streams to use the sdk schema definition format instead of JSON files and:
projects
now includes (optionally) alicense
objectissues
includes more completeauthor
andassignees
objects which were missingThe tap's output did not necessarily match the data returned by the api, so this might seem to break compatibility, but I think the missing fields were
null
anyway.