Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CompilationResultAction::DataPreparation.
Defines a compiled Data Preparation entity
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#contents_sql
def contents_sql() -> ::Google::Cloud::Dataform::V1beta1::CompilationResultAction::DataPreparation::SqlDefinition
-
(::Google::Cloud::Dataform::V1beta1::CompilationResultAction::DataPreparation::SqlDefinition) — SQL definition for a Data Preparation. Contains a SQL query and
additional context information.
Note: The following fields are mutually exclusive:
contents_sql
,contents_yaml
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#contents_sql=
def contents_sql=(value) -> ::Google::Cloud::Dataform::V1beta1::CompilationResultAction::DataPreparation::SqlDefinition
-
value (::Google::Cloud::Dataform::V1beta1::CompilationResultAction::DataPreparation::SqlDefinition) — SQL definition for a Data Preparation. Contains a SQL query and
additional context information.
Note: The following fields are mutually exclusive:
contents_sql
,contents_yaml
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataform::V1beta1::CompilationResultAction::DataPreparation::SqlDefinition) — SQL definition for a Data Preparation. Contains a SQL query and
additional context information.
Note: The following fields are mutually exclusive:
contents_sql
,contents_yaml
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#contents_yaml
def contents_yaml() -> ::String
-
(::String) — The data preparation definition, stored as a YAML string.
Note: The following fields are mutually exclusive:
contents_yaml
,contents_sql
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#contents_yaml=
def contents_yaml=(value) -> ::String
-
value (::String) — The data preparation definition, stored as a YAML string.
Note: The following fields are mutually exclusive:
contents_yaml
,contents_sql
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The data preparation definition, stored as a YAML string.
Note: The following fields are mutually exclusive:
contents_yaml
,contents_sql
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#dependency_targets
def dependency_targets() -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
- (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
#dependency_targets=
def dependency_targets=(value) -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
- value (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
- (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
#disabled
def disabled() -> ::Boolean
- (::Boolean) — Whether this action is disabled (i.e. should not be run).
#disabled=
def disabled=(value) -> ::Boolean
- value (::Boolean) — Whether this action is disabled (i.e. should not be run).
- (::Boolean) — Whether this action is disabled (i.e. should not be run).
#tags
def tags() -> ::Array<::String>
- (::Array<::String>) — Arbitrary, user-defined tags on this action.
#tags=
def tags=(value) -> ::Array<::String>
- value (::Array<::String>) — Arbitrary, user-defined tags on this action.
- (::Array<::String>) — Arbitrary, user-defined tags on this action.