Dataform V1beta1 API - Module Google::Cloud::Dataform::V1beta1::CompilationResultAction::Relation::RelationType (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::CompilationResultAction::Relation::RelationType.

Indicates the type of this relation.

Constants

RELATION_TYPE_UNSPECIFIED

value: 0
Default value. This value is unused.

TABLE

value: 1
The relation is a table.

VIEW

value: 2
The relation is a view.

INCREMENTAL_TABLE

value: 3
The relation is an incrementalized table.

MATERIALIZED_VIEW

value: 4
The relation is a materialized view.