Okay so there are a few options I could find:1. Create a store procedure on that when creating CDC tables, which creates an intermediary clean table and runs CDC off of that. That table can use triggers to keep data in sync (better for lower volume)....
Running into the same issue here. Part of our ingestion pattern is to have the source team replicate into an Azure SQL DB we manage, turn CDC on, and then ingest into Databricks. I tried enabling column mapping multiple times with no success, does an...