Class PipelineConfig
Defines the pipeline type and path within the Git repository.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1.Data
Assembly: Google.Apis.Dataform.v1.dll
Syntax
public class PipelineConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
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.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PipelineType
Required. The type of the pipeline.
Declaration
[JsonProperty("pipelineType")]
public virtual string PipelineType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |