
Answer-first summary for fast verification
Answer: Dataflow pipelines are exclusively tied to Dataflow and cannot be executed on any other runner
Dataflow pipelines are not limited to running on Dataflow; they can also operate on alternative runtimes such as Spark and Flink, thanks to their foundation on the Apache Beam SDKs. For more details, visit: https://cloud.google.com/dataflow/
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which statement regarding Dataflow pipelines is incorrect?
A
Dataflow pipelines can consume data from other Google Cloud services
B
Dataflow pipelines use a unified programming model, enabling them to work with both streaming and batch data sources
C
Dataflow pipelines are exclusively tied to Dataflow and cannot be executed on any other runner
D
Dataflow pipelines can be developed using Java
No comments yet.