Lucas Wiley
03/17/2022, 5:59 PMLucas Wiley
03/17/2022, 7:32 PMupdated_at
on incremental syncs, and therefore for multiple tables it will pickup different updated_at
timestamps for which to search. And so any new records created between the updated_at of the first dependent table and downstream dependencies will get lost until the next job run.Augustin Lafanechere (Airbyte)
03/18/2022, 1:51 PMcreated_at > _airbyte_emitted_at_
? 🤔Chris Duong [Airbyte]
03/18/2022, 1:54 PMcreated_at
is not an airbyte column, though, so i’m not sure how your source is populating that column (it could use a date in the future compared to the airbyte_emitted_at
or using a different timezone?)Chris Duong [Airbyte]
03/18/2022, 2:05 PMcreated_at
and`_airbyte_emitted_at` timestamp from different tables/entities?