Class PipelineConfig (0.11.3)

PipelineConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines the pipeline type and path within the Git repository.

Attributes

Name Description
pipeline_type google.cloud.dataform_v1.types.PipelineConfig.PipelineType
Required. The type of the pipeline.
path str
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.

Classes

PipelineType

PipelineType(value)

The type of the pipeline. This may be extended in the future. In case of UNSPECIFIED, the error will be thrown.