Davis Ford
09/23/2022, 7:20 PMupdated_at
-- when I manually ran a sync, I see an identical row for each primary key now. The updated_at
is the same for both, and all the other fields are the same except the _AIRBYTE_UNIQUE_ID
column where one contains an id and the other is NULL
. This was unexpected, as I expected it to dedupe. The first sync I did the mode was Full Refresh + Overwrite, then I switched it to Incremental Sync + Dedupe + History, but I reset the connection so it should have cleared the table. Any ideas on what I'm missing here?Eli Sigal
09/24/2022, 5:24 PMuser
09/26/2022, 2:45 PMDavis Ford
09/26/2022, 3:15 PMBIGINT
. When I changed the sync mode, I specified created_at
as the cursor field, and airbyte auto-magically detected id
as the PKID.Davis Ford
09/26/2022, 3:16 PMSaj Dider (Airbyte)
09/26/2022, 5:33 PMAnnika Maybin
02/02/2023, 9:42 PMDavis Ford
02/02/2023, 11:11 PMAnnika Maybin
02/03/2023, 2:48 PM