ian_lewis
03/17/2023, 10:14 AMid?
I see that the query is modified with ORDER BY id which makes no sense with UUIDs so can I specify a compound field of created_at with updated_at or even some custom SQL like COALESCE(updated_at, created_at)?
I'm referring to the replication-key property
metadata:
<table>:
replication-key: <value>
Edit: The reason for this question is because the application design is so poor that the updated_at field is not always set when a row is created. This is why the coalesce statement is used to get the latest version of a row. Hence my question 🙂Sven Balnojan
03/17/2023, 11:43 AMAndy Carter
03/17/2023, 12:13 PMian_lewis
03/17/2023, 3:17 PMian_lewis
03/17/2023, 3:20 PMian_lewis
03/17/2023, 4:13 PMpat_nadolny
03/20/2023, 2:14 PMpat_nadolny
03/20/2023, 2:16 PMian_lewis
03/22/2023, 2:16 PM