tap-jira
tap-jira copied to clipboard
Outdated schemas make output too verbose
The output of the tap is extremely verbose due to "removed fields" message from the Transformer.
We have to update schemas/catalog to make it less verbose
- Add an
accountType
property on user/author schema - Add
tmpFromAccountId
andtmpToAccountId
properties to changelogs schema - Add
entityId
,uuid
,properties
,isPrivate
andstyle
properties to projects schema
Related PR: https://github.com/singer-io/tap-jira/pull/39
This update of schema resolves issue https://github.com/singer-io/tap-jira/issues/35