Class Assertion (0.5.9)

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

Represents an assertion upon a SQL query which is required return zero rows.

Attributes

NameDescription
dependency_targets MutableSequence[google.cloud.dataform_v1beta1.types.Target]
A list of actions that this action depends on.
parent_action google.cloud.dataform_v1beta1.types.Target
The parent action of this assertion. Only set if this assertion was automatically generated.
disabled bool
Whether this action is disabled (i.e. should not be run).
tags MutableSequence[str]
Arbitrary, user-defined tags on this action.
select_query str
The SELECT query which must return zero rows in order for this assertion to succeed.
relation_descriptor google.cloud.dataform_v1beta1.types.RelationDescriptor
Descriptor for the assertion's automatically-generated view and its columns.