Dataform V1 API - Class Google::Cloud::Dataform::V1::PipelineConfig (v1.1.0)

Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::PipelineConfig.

Defines the pipeline type and path within the Git repository.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#path

def path() -> ::String
Returns
  • (::String) — Required. The relative path within the Git repository where the pipeline is defined. For example, for a Dataform pipeline, it is a path to the folder where workflow_settings.yaml or dataform.json is located.

#path=

def path=(value) -> ::String
Parameter
  • value (::String) — Required. The relative path within the Git repository where the pipeline is defined. For example, for a Dataform pipeline, it is a path to the folder where workflow_settings.yaml or dataform.json is located.
Returns
  • (::String) — Required. The relative path within the Git repository where the pipeline is defined. For example, for a Dataform pipeline, it is a path to the folder where workflow_settings.yaml or dataform.json is located.

#pipeline_type

def pipeline_type() -> ::Google::Cloud::Dataform::V1::PipelineConfig::PipelineType
Returns

#pipeline_type=

def pipeline_type=(value) -> ::Google::Cloud::Dataform::V1::PipelineConfig::PipelineType
Parameter
Returns