I have a delta table on azure that I need to copy over the changes nightly to gcp. I am trying to avoid copying over the entire set of delta/parquet files every night and instead only copy over the changes. Any suggestions to do this in an efficient manner? Options that I see:
1. Use Change Data Capture?
2. Somehow parse the transaction logs?