Transformations: Need to be able to have a transformation that creates a view of the most recently updated rows
AnsweredWe currently use the fivetran_audit tables to retrieve the rows that were updated in the most recent run of a connector. The transform creates a view that is used in processing those rows for a business critical application.
We doing this with a join on the sync timestamps
```
```
This is not without some problems (the sync timestamps in the audit table appear to be only approximate, for example) but it works.
I noticed a comment recently that the audit tables are being deprecated and will be removed soon. I don't see any other way of identifying the rows updated in the most recent run using the fivetran data, unless I update my connectors to inject a field. That would require us to have custom connectors for all external sources -- which we would like to avoid.
Will there be a way to identify the rows that were updated by a particular sync after you remove the audit tables?
-
Hi Bart! You should be able to replace the audit tables with the Fivetran Log Connector– have you been able to test that out?
Please sign in to leave a comment.
Comments
1 comment