You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/declarative-pipelines/index.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,12 @@ Once described, a pipeline can be [started](PipelineExecution.md#runPipeline) (o
44
44
45
45
## Pipeline Specification File
46
46
47
-
The heart of a Declarative Pipelines project is a **pipeline specification file** (in YAML format).
47
+
A Declarative Pipelines project is defined using a **pipeline specification file** (in YAML format).
48
+
49
+
Unless specified using spark-pipelines CLI's [--spec](SparkPipelines.md#run) option, Declarative Pipelines uses the following file names as the defaults:
50
+
51
+
*`spark-pipeline.yml`
52
+
*`spark-pipeline.yaml`
48
53
49
54
In the pipeline specification file, Declarative Pipelines developers specify files (`libraries`) with tables, views and flows (transformations) definitions in [Python](#python) and [SQL](#sql). A SDP project can use both languages simultaneously.
50
55
@@ -67,7 +72,7 @@ The following fields are supported:
0 commit comments