public sealed class PipelineConfig : IMessage<PipelineConfig>, IEquatable<PipelineConfig>, IDeepCloneable<PipelineConfig>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class PipelineConfig.
Defines the pipeline type and path within the Git repository.
Implements
IMessagePipelineConfig, IEquatablePipelineConfig, IDeepCloneablePipelineConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
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 |
|