tap-github icon indicating copy to clipboard operation
tap-github copied to clipboard

Issue assignee has no properties

Open owlas opened this issue 4 years ago • 0 comments

In the issues schema, there is an assignee field of type object but it has no properties. This causes an error with bigquery taps because the schema for json has to be defined (in postgres, it just accepts a json blob).

Is this intentional or incomplete? I'm happy to open a PR. Is there a way to reuse assignee.json ?

https://github.com/singer-io/tap-github/blob/778682b0479a7d50cc8cf8920f6d678189254cf4/tap_github/schemas/issues.json#L75-L80

owlas avatar Jul 15 '21 12:07 owlas