singer-io / tap-pipedrive

A Singer.io tap for extracting data from the Pipedrive API
GNU Affero General Public License v3.0
13 stars 34 forks source link

Getting error in activities table #122

Open Gabrieldlramos opened 2 years ago

Gabrieldlramos commented 2 years ago

Hey guys,

I did a couple of extraction just now and got the following error from Stitch data

"Errors during transform id: data does not match {'type': 'integer'} : data does not match {'type': 'object', 'properties': {'location_formatted_address': {'type': ['null', 'string']}, 'active_flag': {'type': ['boolean', 'null']}, 'location_route': {'type': ['null', 'string']}, 'org_name': {'type': ['string', 'null']}, 'duration': {'type': ['string', 'null']}, 'google_calendar_etag': {'type': ['null', 'string']}, 'location_admin_area_level_1': {'type': ['null', 'string']}, 'person_name': {'type': ['string', 'null']}, 'type': {'type': ['string', 'null']}, 'public_description': {'type': ['string', 'null']}, 'person_dropbox_bcc': {'type': ['null', 'string']}, 'deal_dropbox_bcc': {'type': ['null', 'string']}, 'location_postal_code': {'type': ['null', 'string']}, 'marked_as_done_time': {'format': 'date-time', 'type': ['string', 'null']}, 'lead_id': {'type': ['string', 'null']}, 'last_notification_time': {'type': ['string', 'null']}, 'company_id': {'type': ['integer', 'null']}, 'person_id': {'type': ['integer', 'n....

Does anybody have any idea what it could be?

Kind regards.