Prijen Khokhani
Prijen Khokhani
I have db.json and routes.json files. In db.json file I have data in the following manner, { "data": [ { "event_name": "molestias, architecto dolor", "id": "repellendus esse modi veniam veniam...
# Description of change - Added custom exception class for each error code. - Added backoff logic to retry all `5xx errors`, `TimeoutError` and `ConnnectionError`. - Set default timeout of...
# Description of change - Added schema of new stream `ticket_fields`. - Added new stream `ticket_fields`. - Updated tap-tester test cases. # Manual QA steps - # Risks - #...
# Description of change - Updated logic for conversation stream to overwrite `updated_at` value by `last_edited_at` field if it is available. - If `last_edited_at` is `not None` then assign it's...
# Description of change - Added logic to skip 403 error in the discover mode for satisfaction_ratings and time_entries streams and provide a warning message to upgrade the account to...
# Description of change - Added missing fields in the schemas of following streams - agents - companies - contacts - conversations - satisfaction_ratings # Manual QA steps - Run...
# Description of change - Updated primary keys value before writing schema for `users` stream in sync mode. # Manual QA steps - Run discover mode in the tap and...
# Description of change - Added is a configurable pagination parameter `page_size`. - Added pagination test case. # QA steps - Give the `page_size` parameter in the config and verify...