A company needs to stream data from a MySQL database to BigQuery with a latency under 10 seconds. They also need to handle schema changes automatically. Which TWO services should they combine?
Target for the streamed data.
Why this answer
Datastream captures CDC and can write to BigQuery directly. Pub/Sub is not needed if Datastream writes directly.