Class Operations (0.2.2)

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

Represents a list of arbitrary database operations.

Attributes

NameDescription
dependency_targets Sequence[google.cloud.dataform_v1beta1.types.Target]
A list of actions that this action depends on.
disabled bool
Whether this action is disabled (i.e. should not be run).
tags Sequence[str]
Arbitrary, user-defined tags on this action.
relation_descriptor google.cloud.dataform_v1beta1.types.RelationDescriptor
Descriptor for any output relation and its columns. Only set if ``has_output`` is true.
queries Sequence[str]
A list of arbitrary SQL statements that will be executed without alteration.
has_output bool
Whether these operations produce an output relation.

Inheritance

builtins.object > proto.message.Message > Operations