Nikolay Shebanov
05/19/2023, 8:43 AMcontacts/search
endpoint instead of contacts
?
• Given that the results are sorted using the updated_at
field, could it be that the pagination breaks because while fetching the records some of them will get updated and skip to the end of the list?
• What is the purpose of the record filter condition? ({{ record['updated_at'] >= ( stream_state.get('prior_state', {}).get('updated_at', 0) if stream_state else stream_slice.get('prior_state', {}).get('updated_at', 0) ) }}
)kapa.ai
05/19/2023, 8:43 AMkapa.ai
05/19/2023, 8:44 AMNikolay Shebanov
05/19/2023, 2:26 PM