not sure the best place to ask the question. but let’s say ive got airbyte deployed with a connection that takes an “incremental, dedup’ed source” and dumps those records into a database. are there common approaches to taking this data and synthesizing events or running comparisons against changed records? for example, via airbyte and what is present in the DB, i could detect that “some change” occurred for a record with a certain primary key. now i want to do something more useful with that information and (1) find out the nature of the exact change and (2) notify some service about the specific change