Hi I have some question to ask. I use Datastream to bigquery like guide below https://cloud.google.com/datastream/docs/implementing-datastream-dataflow-analytics.
But when I start stream, I only saw data with change_type is INSERT. There is no UPDATE-INSERT event appear. Even I update 1 record, they won't appear. I use MySQL as source database and Bigquery as destination resource
I wonder if there any case that Datastream cannot read binary log with UPDATE type? Thanks for your help.