Interface protos.google.cloud.dataform.v1beta1.CompilationResultAction.IAssertion (1.0.2)

Properties of an Assertion.

Package

@google-cloud/dataform

Properties

dependencyTargets

dependencyTargets?: (google.cloud.dataform.v1beta1.ITarget[]|null);

Assertion dependencyTargets

disabled

disabled?: (boolean|null);

Assertion disabled

parentAction

parentAction?: (google.cloud.dataform.v1beta1.ITarget|null);

Assertion parentAction

relationDescriptor

relationDescriptor?: (google.cloud.dataform.v1beta1.IRelationDescriptor|null);

Assertion relationDescriptor

selectQuery

selectQuery?: (string|null);

Assertion selectQuery

tags

tags?: (string[]|null);

Assertion tags