Dataform V1 API - Module Google::Cloud::Dataform::V1::CompilationResultAction::Relation::RelationType (v1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataform V1 API module Google::Cloud::Dataform::V1::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.