You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to run an extraction, the job failed in the following way
Error persisting data to Stitch: 400: {'error': 'Record 0 for table bans did not conform to schema:\n#: #: no subschema matched out of the total 2 subschemas\n#: expected: null, found: JSONObject\n#: extraneous key [created_at] is not permitted\n'}
Checking the error message and Zendesk Chat API, seems that there's a new field created_at on bans table which does not exists on the current schema.
While trying to run an extraction, the job failed in the following way
Checking the error message and Zendesk Chat API, seems that there's a new field created_at on bans table which does not exists on the current schema.
Zendesk Chat API Docs
Current tap schema
https://github.com/singer-io/tap-zendesk-chat/blob/master/tap_zendesk_chat/schemas/bans.json
I believe we would need to add something like
Please let me know if this sounds accurate and if I can open a Pull Request myself to fix the issue. Thank you very much!
The text was updated successfully, but these errors were encountered: