Defines the pipeline type and path within the Git repository.
| JSON representation |
|---|
{
"pipelineType": enum ( |
| Fields | |
|---|---|
pipelineType |
Required. The type of the pipeline. |
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 |
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. |