Module: Google::Cloud::Dataform::V1beta1::CompilationResultAction::Relation::RelationType

Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

Indicates the type of this relation.

Constant Summary collapse

RELATION_TYPE_UNSPECIFIED =

Default value. This value is unused.

0
TABLE =

The relation is a table.

1
VIEW =

The relation is a view.

2
INCREMENTAL_TABLE =

The relation is an incrementalized table.

3
MATERIALIZED_VIEW =

The relation is a materialized view.

4