
Answer-first summary for fast verification
Answer: Pipelines have the capability to share data among different instances
The data and transformations within a pipeline are exclusive to and managed by that specific pipeline. Although a program may generate multiple pipelines, these pipelines cannot exchange data or transformations. Reference: [Google Cloud Dataflow Documentation](https://cloud.google.com/dataflow/model/pipelines)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which statement regarding Dataflow pipelines is incorrect?
A
Pipelines are a collection of operations
B
Pipelines symbolize a data processing task
C
Pipelines depict a directed graph of steps
D
Pipelines have the capability to share data among different instances
No comments yet.