Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

DB CDC trigger implementation

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 Solved
1 1 155
1 ACCEPTED 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

View solution in original post

1 REPLY 1

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

Top Labels in this Space