Interface protos.google.cloud.dataform.v1.CompilationResultAction.IAssertion (2.1.0)

Properties of an Assertion.

Package

@google-cloud/dataform

Properties

dependencyTargets

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

Assertion dependencyTargets

disabled

disabled?: (boolean|null);

Assertion disabled

parentAction

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

Assertion parentAction

relationDescriptor

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

Assertion relationDescriptor

selectQuery

selectQuery?: (string|null);

Assertion selectQuery

tags

tags?: (string[]|null);

Assertion tags