🔥 3-day streak
Professional Data Engineer103 / 169
Question 103 of 169
A retail company publishes order events to a single Pub/Sub topic. A Dataflow streaming pipeline must route events to different BigQuery tables based on the event's region, but the region value is only available inside the JSON message payload, not as a Pub/Sub attribute. The team wants to avoid deserializing the full payload twice and wants the routing decision to happen efficiently within the pipeline. What is the most appropriate approach?
Reviewed for accuracy · Report an issueNext question