Class ComponentSource (0.2.0)

ComponentSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Description of an interstitial value between transforms in an execution stage.

Attributes

NameDescription
user_name str
Human-readable name for this transform; may be user or system generated.
name str
Dataflow service generated name for this source.
original_transform_or_collection str
User name for the original user transform or collection with which this source is most closely associated.

Inheritance

builtins.object > proto.message.Message > ComponentSource