tap-freshdesk
tap-freshdesk copied to clipboard
TDL 17738 sync conversations stream correctly
Description of change
- Updated logic for conversation stream to overwrite
updated_at
value bylast_edited_at
field if it is available. - If
last_edited_at
isnot None
then assign it's value toupdated_at
field. - Added unit tests for the changes.
Manual QA steps
- For conversation record with
last_edited_at
field value, checkupdated_at
is updated. - For conversation record with
last_edited_at
field null value, checkupdated_at
is not updated.
Risks
Rollback steps
- revert this branch