supaglue-labs/supaglue

Avoid missing hubspot records that don't show up in search endpoint immediately

Closed this issue · 1 comments

https://blog.sequin.io/hubspot-to-postgres/

IMPORTANT: We also should fix hubspot's search updatedAfter filter to make sure that we don't miss deletes.

Right now, if an owner is updated, updatedAt will change. However, if it's archived, there is no archivedAt property, and so when we filter for archivedAt > updatedAt, we won't get the new change. We should add buffer time for this reason too.

tomkit commented

Migrated to internal project management tool.