Lee Danilek
10/14/2022, 10:46 PMuser
10/15/2022, 1:15 PMEli Sigal
10/16/2022, 4:14 PMLee Danilek
10/16/2022, 4:42 PMEli Sigal
10/16/2022, 9:04 PMLee Danilek
10/17/2022, 3:04 AMSaj Dider (Airbyte)
10/17/2022, 6:18 PMLee Danilek
10/17/2022, 7:03 PMread_records add these three fields: _ab_cdc_lsn (timestamp as an integer), _ab_cdc_updated_at (timestamp as a string), and _ab_cdc_deleted_at (timestamp as a string, or None). Then add these keys to the json schema with types {"type": "number"} (even though it's an integer), {"type": "string"} , and {"type": "string"} (even though it can be null) respectively. I still don't know if there's documentation for this; I figured it out by digging into the Postgres connector code.Saj Dider (Airbyte)
10/19/2022, 7:46 PM