Hi,
How can I implement a DB (ORACLE, SQL Server, BigQuery) CDC trigger in my integration?
I want to have a listener in my integration which "wakes up" when ever a new row is inserted to a DB table or an existing row is updated or deleted and get the changed data into my integration (if it is a new row then getting all the values of the row and if it is an updated row then getting the old and new updated column value).
Thank you,
Ohad
Solved! Go to Solution.
CDC for DB updates is in future roadmap plan. Checking based on last modified time could be an alternative solution at this point of time
CDC for DB updates is in future roadmap plan. Checking based on last modified time could be an alternative solution at this point of time