If anyone has example code for building a CDC live streaming pipeline generated by AWS DMS using import dlt, I'd love to see it.
I'm currently able to see the parquet file starting with Load on the first full load to S3 and the cdc parquet file after that, but it doesn't work with @dlt.create_table, so I'd like to see how to do it.