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

Results 21 tap-freshdesk issues
Sort by recently updated
recently updated
newest added

**Issue Description: Unhandled Error Encountered While Syncing 'tickets_abridged' in Meltano** **Problem Statement:** An unhandled error is occurring during the synchronization process of the 'tickets_abridged' data stream while transferring data from...

# Description of change Description is an embedded field as of November 2018 (https://developer.freshdesk.com/api/#change_log), and must be specified in the include param to be present in the response payload. Have...

I am using tap-freshdesk with Stitch to sync data from Freshdesk to Snowflake. The integration tool seems to load only around 250 rows per 10 minutes, which is extremely slow....

# Description of change Added all the missing integration test - Automatic fields test - All fields test - Discovery test - Parent-Child Independent test Added all the missing assertions...

# 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 - Changed the function-based implementation to class-based implementation for all streams - Added new contacts stream with filters None, spam and blocked - Added bookmark for...

# 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...