Operations(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a list of arbitrary database operations.
Attributes |
|
---|---|
Name | Description |
dependency_targets |
Sequence[google.cloud.dataform_v1alpha2.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_v1alpha2.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. |