Samantha Duggan
10/10/2022, 6:39 PMIncremental | deduped + history is ‘succeeding’ but finding “no records” on an initial sync from an Aurora Postgres database into Snowflake.
I was able to do an initial sync using the same source/destination and same replication settings for Full refresh and Incremental | append. My cursor is an updated_at timestamp column and the table I’m testing has a primary key.
Any initial ideas on why the ‘deduped + history’ mode might not be emitting any records?Marcos Marx (Airbyte)
10/10/2022, 6:49 PMSamantha Duggan
10/10/2022, 6:51 PMSamantha Duggan
10/10/2022, 6:52 PMMarcos Marx (Airbyte)
10/10/2022, 6:56 PMSamantha Duggan
10/10/2022, 6:59 PMSamantha Duggan
10/10/2022, 7:02 PM2022-10-10 181451 [44msource[0m > State Report: stream name: AirbyteStreamNameNamespacePair{name=‘users’, namespace=‘public’}, original cursor field: updated_at, original cursor value 2022-08-26T150359.057443, cursor field: updated_at, new cursor value: 2022-08-26T150359.057443Seems maybe relevant? Is it trying to find the records between the same two timestamps?
Samantha Duggan
10/10/2022, 7:02 PM2022-10-10 180258 [44msource[0m > State Report: stream name: AirbyteStreamNameNamespacePair{name=‘users’, namespace=‘public’}, original cursor field: null, original cursor value null, cursor field: updated_at, new cursor value: 2020-06-17T122309.156561
Marcos Marx (Airbyte)
10/10/2022, 7:08 PMSamantha Duggan
10/10/2022, 7:57 PM