Skip to content

Commit 2bcd816

Browse files
committed
always generate jobs
1 parent b036f53 commit 2bcd816

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

libs/template/templates/lakeflow-pipelines/databricks_template_schema.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@
5151
"sql"
5252
],
5353
"order": 6
54-
},
55-
"include_job": {
56-
"type": "string",
57-
"description": "\nInclude a job that automatically triggers this pipeline?\nThis trigger will only be enabled for production deployments.\ninclude_job",
58-
"order": 7,
59-
"enum": [
60-
"yes",
61-
"no"
62-
],
63-
"default": "no"
6454
}
6555
},
6656
"success_message": "\n\nYour new project has been created in the '{{.project_name}}' directory!\n\nRefer to the README.md file for \"getting started\" instructions!"

libs/template/templates/lakeflow-pipelines/template/__preamble.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This file only contains template directives; it is skipped for the actual output
55
{{skip "__preamble"}}
66

77
{{$isSQL := eq .language "sql"}}
8-
{{$skipJob := eq .include_job "no"}}
98

109
{{if $isSQL}}
1110
{{skip "{{.project_name}}/resources/{{template `pipeline_name` .}}/utilities/utils.py"}}
@@ -15,7 +14,3 @@ This file only contains template directives; it is skipped for the actual output
1514
{{skip "{{.project_name}}/resources/{{template `pipeline_name` .}}/transformations/sample_zones_{{template `table_suffix` .}}.sql"}}
1615
{{skip "{{.project_name}}/resources/{{template `pipeline_name` .}}/transformations/sample_trips_{{template `table_suffix` .}}.sql"}}
1716
{{end}}
18-
19-
{{if $skipJob}}
20-
{{skip "{{.project_name}}/resources/{{template `pipeline_name` .}}/{{template `pipeline_name` .}}.job.yml.tmpl"}}
21-
{{end}}

0 commit comments

Comments
 (0)