Nick McCoy

Results 6 comments of Nick McCoy

Hi @albertabello, this indicates that your `catalog.json` or `properties.json` file is probably incorrectly formatted. Can you verify that your file meets the format specified here: https://github.com/singer-io/getting-started/blob/master/docs/DISCOVERY_MODE.md#the-catalog

Hi @ivsnsp, that's interesting. I would expect that, when a ticket's `stats-resolved_at` or `stats_closed_at` fields changed, the ticket's `updated_at` field would also change. In that case, the ticket should be...

@ivsnsp If you want to get this resolved much more quickly, you could reach out to Freshdesk and see why that `updated_at` field isn't being updated when a ticket's properties...

Interesting -- according to the [docs](https://developers.freshdesk.com/api/#conversations) for `conversations`, the `to_emails` field should come through as an array of strings. I wonder if it comes through as a string if there...

Added fields to 'reviews' in #18 and fields to 'pull_requests' in #13

Hi @edgarrmondragon -- the tap-mongodb schema generation was introduced in #40, and since MongoDB is NoSQL, it does not attempt to write a strict schema. Instead, it only writes a...