File tree Expand file tree Collapse file tree
knowledge_base/target_includes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21.databricks
32* .jar
4- * .class
3+ * .class
Original file line number Diff line number Diff line change @@ -8,15 +8,8 @@ job-config: &job-config
88 - task_key : " process_data"
99 notebook_task :
1010 notebook_path : ../../src/notebook.py
11- new_cluster :
12- spark_version : " 13.3.x-scala2.12"
13- node_type_id : " Standard_DS3_v2"
14- num_workers : 1
1511 max_concurrent_runs : 1
1612 timeout_seconds : 3600
17- schedule :
18- quartz_cron_expression : " 0 0 12 * * ?"
19- timezone_id : " UTC"
2013
2114targets :
2215 dev :
Original file line number Diff line number Diff line change 33
44job-config : &job-config
55 set1-job-2 :
6- name : " Set1 Job 2 - ${var.environment }"
6+ name : " Set1 Job 2 - ${bundle.target }"
77 tasks :
88 - task_key : " process_data"
99 notebook_task :
1010 notebook_path : ../../src/notebook.py
11- new_cluster :
12- spark_version : " 13.3.x-scala2.12"
13- node_type_id : " Standard_DS3_v2"
14- num_workers : 1
1511 max_concurrent_runs : 1
1612 timeout_seconds : 3600
17- schedule :
18- quartz_cron_expression : " 0 0 12 * * ?"
19- timezone_id : " UTC"
13+ trigger :
14+ type : " cron"
15+ cron :
16+ quartz_cron_expression : " 0 0 12 * * ?"
17+ timezone_id : " UTC"
2018
2119targets :
2220 dev :
Original file line number Diff line number Diff line change 33
44job-config : &job-config
55 set2-job-1 :
6- name : " Set2 Job 1 - ${var.environment }"
6+ name : " Set2 Job 1 - ${bundle.target }"
77 tasks :
88 - task_key : " process_data"
99 notebook_task :
1010 notebook_path : ../../src/notebook.py
11- new_cluster :
12- spark_version : " 13.3.x-scala2.12"
13- node_type_id : " Standard_DS3_v2"
14- num_workers : 1
1511 max_concurrent_runs : 1
1612 timeout_seconds : 3600
17- schedule :
18- quartz_cron_expression : " 0 0 12 * * ?"
19- timezone_id : " UTC"
13+ trigger :
14+ type : " cron"
15+ cron :
16+ quartz_cron_expression : " 0 0 12 * * ?"
17+ timezone_id : " UTC"
2018
2119targets :
2220 staging :
Original file line number Diff line number Diff line change 33
44job-config : &job-config
55 set2-job-2 :
6- name : " Set2 Job 2 - ${var.environment }"
6+ name : " Set2 Job 2 - ${bundle.target }"
77 tasks :
88 - task_key : " process_data"
99 notebook_task :
1010 notebook_path : ../../src/notebook.py
11- new_cluster :
12- spark_version : " 13.3.x-scala2.12"
13- node_type_id : " Standard_DS3_v2"
14- num_workers : 1
1511 max_concurrent_runs : 1
1612 timeout_seconds : 3600
17- schedule :
18- quartz_cron_expression : " 0 0 12 * * ?"
19- timezone_id : " UTC"
13+ trigger :
14+ type : " cron"
15+ cron :
16+ quartz_cron_expression : " 0 0 12 * * ?"
17+ timezone_id : " UTC"
2018
2119targets :
2220 staging :
You can’t perform that action at this time.
0 commit comments