Dataform v1beta1 API - Class PipelineConfig (1.0.0-beta13)

public sealed class PipelineConfig : IMessage<PipelineConfig>, IEquatable<PipelineConfig>, IDeepCloneable<PipelineConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class PipelineConfig.

Defines the pipeline type and path within the Git repository.

Inheritance

object > PipelineConfig

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

PipelineConfig()

public PipelineConfig()

PipelineConfig(PipelineConfig)

public PipelineConfig(PipelineConfig other)
Parameter
Name Description
other PipelineConfig

Properties

Path

public string Path { get; set; }

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.

Property Value
Type Description
string

PipelineType

public PipelineConfig.Types.PipelineType PipelineType { get; set; }

Required. The type of the pipeline.

Property Value
Type Description
PipelineConfigTypesPipelineType