Omri Antman
06/07/2024, 12:21 PMAssertionError: satisfaction_ratings - Record found before date window start. Details: window start (2023-02-27T18:10:02Z) is not less than or equal to updated_at (2023-02-27T16:25:42Z)
although my state file is updated:
{
"completed": {
"singer_state": {
"bookmarks": {
"tickets": {
"generated_timestamp": "2024-06-07T12:07:01.000000Z"
},
"groups": {
"updated_at": "2024-06-03T11:55:15Z"
},
"users": {
"updated_at": "2024-06-07T12:05:27Z"
},
"organizations": {
"updated_at": "2024-04-02T12:42:17Z"
},
"organization_memberships": {
"updated_at": "2024-05-21T07:40:50Z"
},
"ticket_fields": {
"updated_at": "2024-06-02T12:35:17Z"
},
"ticket_forms": {
"updated_at": "2024-06-02T12:37:42Z"
},
"group_memberships": {
"updated_at": "2024-06-03T12:23:23Z"
},
"macros": {
"updated_at": "2024-06-06T10:15:30Z"
},
"satisfaction_ratings": {
"updated_at": "2023-02-27T18:10:03Z"
}
}
}
},
"partial": {}
}
At the database, I see records from these timestamp.
Any idea what can cause this?
I don't know if it helps, but I got the below error when I tried to run the tap one week ago, and got different dates in the error:
AssertionError: satisfaction_ratings - Record found before date window start. Details: window start (2023-02-28T01:01:24Z) is not less than or equal to updated_at (2023-02-27T23:30:18Z)
Edgar Ramírez (Arch.dev)
06/10/2024, 8:45 PMOmri Antman
06/11/2024, 6:20 AMsatisfaction_ratings
stream, if I disable it everything works.Edgar Ramírez (Arch.dev)
06/12/2024, 7:30 PMOmri Antman
06/13/2024, 6:04 AMEdgar Ramírez (Arch.dev)
06/13/2024, 10:43 AMOmri Antman
06/13/2024, 12:37 PM