File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 115
115
116
116
117
117
class Pipeline (HasDisplayData ):
118
- """A pipeline object that manages a DAG of
119
- :class:`~apache_beam.pvalue.PValue ` s and their
120
- :class:`~apache_beam.transforms.ptransform.PTransform ` s.
118
+ """A pipeline object that manages a DAG of
119
+ :class:`~apache_beam.transforms.ptransform.PTransform ` s
120
+ and their :class:`~apache_beam.pvalue.PValue ` s.
121
121
122
- Conceptually the :class:`~apache_beam.pvalue.PValue` s are the DAG's nodes and
123
- the :class:`~apache_beam.transforms.ptransform.PTransform` s computing
124
- the :class:`~apache_beam.pvalue.PValue` s are the edges.
122
+ Conceptually the :class:`~apache_beam.transforms.ptransform.PTransform` s are
123
+ the DAG's nodes and the :class:`~apache_beam.pvalue.PValue` s are the edges.
125
124
126
125
All the transforms applied to the pipeline must have distinct full labels.
127
126
If same transform instance needs to be applied then the right shift operator
You can’t perform that action at this time.
0 commit comments