PipelineConfig

Defines the pipeline type and path within the Git repository.

JSON representation
{
  "pipelineType": enum (PipelineType),
  "path": string
}
Fields
pipelineType

enum (PipelineType)

Required. The type of the pipeline.

path

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.

PipelineType

The type of the pipeline. In case of PIPELINE_TYPE_UNSPECIFIED, an error is thrown.

Enums
PIPELINE_TYPE_UNSPECIFIED Default value. This value is unused. If set, an error is thrown.
DATAFORM Regular Dataform pipeline.
SQL SQL single file asset.
NOTEBOOK Notebook single file asset.